This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.
For more information, see this announcement post . Click the X in the top right-corner of this box to dismiss this message.
Old posts that have not been replied to for several years.
makam
Voice
Posts: 15 Joined: Thu Jul 08, 2004 1:16 am
Location: Montevideo, Uruguay
Contact:
Post
by makam » Fri Aug 06, 2004 9:39 pm
I just finished my Module in C.
I tested it, run it, its all right.
So, i started to write the help about it.
But, i can't see the help when i type, .help <some_cmd_of_my_module>
My eggdrop said that the cmd dont exist.
any idea, suggestion?
Thx.
KrzychuG
Master
Posts: 306 Joined: Sat Aug 16, 2003 2:51 pm
Location: Torun, Poland
Contact:
Post
by KrzychuG » Sat Aug 07, 2004 5:24 am
Did you added
Code: Select all
add_help_reference("filename.help");
in module_start function and
Code: Select all
del_help_reference("filename.help");
in module_close function?
Que?
KrzychuG
Master
Posts: 306 Joined: Sat Aug 16, 2003 2:51 pm
Location: Torun, Poland
Contact:
Post
by KrzychuG » Sat Aug 07, 2004 5:34 am
Remove those message
Last edited by
KrzychuG on Sun Aug 08, 2004 5:07 am, edited 1 time in total.
Que?
dollar
Op
Posts: 178 Joined: Tue Oct 28, 2003 3:47 pm
Location: Netherlands
Post
by dollar » Sat Aug 07, 2004 8:32 am
Wrong topic, KrzychuG?
dollar (or something similar) at:
#eggdrop / #tcl - undernet
#egghelp / #tcl / #eggtcl - efnet
#eggdrop.support / #tcl - quakenet
#eggdrop - ircnet
makam
Voice
Posts: 15 Joined: Thu Jul 08, 2004 1:16 am
Location: Montevideo, Uruguay
Contact:
Post
by makam » Sat Aug 07, 2004 6:05 pm
KrzychuG wrote: Did you added
Code: Select all
add_help_reference("filename.help");
in module_start function and
Code: Select all
del_help_reference("filename.help");
in module_close function?
hehe, here is the problem
I forget it, thx a lot.