Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Which source file(s) is the actual help text found in?  (Read 6417 times)

0 Members and 1 Guest are viewing this topic.

Bandit

  • Guest
Which source file(s) is the actual help text found in?
« on: September 21, 2006, 11:55:08 PM »

Hello, I'm just now getting into coding anope modules, and I'm just wandering where the actual help text is located.  For instance, the returned output from when someone does /ns help is all the possible commands...but I need to know where this text actually is in the source..there's tons of files :P  

Thanks,

--Bandit
Logged

Trystan Scott Lee

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 343
(No subject)
« Reply #1 on: September 22, 2006, 03:06:45 AM »

lang/en_us.l is the English, and from there, anope does not have the languages stored in the source just in these lang files. Which are kinda of compiled and on launch read into an array
Logged
my God my tourniquet, return to me salvation

Trystan Scott Lee

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 343
(No subject)
« Reply #2 on: September 22, 2006, 03:08:14 AM »

and that text is referenced by the macro NICK_HELP
Logged
my God my tourniquet, return to me salvation

Bandit

  • Guest
(No subject)
« Reply #3 on: September 22, 2006, 02:47:01 PM »

thanks man...so would i have to recompile to get the changed text to display?
Logged

n00bie

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 411
(No subject)
« Reply #4 on: September 22, 2006, 02:50:21 PM »

in order to have the changes affect, you need to recompile and restart your services.
Logged
I am always doing things that which I cannot do, in order that I may learn how to do it.

Bandit

  • Guest
(No subject)
« Reply #5 on: September 22, 2006, 08:42:53 PM »

I see.  Thanks for the help guys!
Logged
Pages: [1]   Go Up