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.

i need some special for my help module?

Old posts that have not been replied to for several years.
Locked
m
makam
Voice
Posts: 15
Joined: Thu Jul 08, 2004 1:16 am
Location: Montevideo, Uruguay
Contact:

i need some special for my help module?

Post by makam »

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.
--
Web: http://www.makam.org/
Chans: #Uruguay,#Hattricklatino@UnderNet
User avatar
KrzychuG
Master
Posts: 306
Joined: Sat Aug 16, 2003 2:51 pm
Location: Torun, Poland
Contact:

Post by KrzychuG »

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?
User avatar
KrzychuG
Master
Posts: 306
Joined: Sat Aug 16, 2003 2:51 pm
Location: Torun, Poland
Contact:

Post by KrzychuG »

Remove those message ;)
Last edited by KrzychuG on Sun Aug 08, 2004 5:07 am, edited 1 time in total.
Que?
d
dollar
Op
Posts: 178
Joined: Tue Oct 28, 2003 3:47 pm
Location: Netherlands

Post by dollar »

Wrong topic, KrzychuG?
dollar (or something similar) at:
#eggdrop / #tcl - undernet
#egghelp / #tcl / #eggtcl - efnet
#eggdrop.support / #tcl - quakenet
#eggdrop - ircnet
m
makam
Voice
Posts: 15
Joined: Thu Jul 08, 2004 1:16 am
Location: Montevideo, Uruguay
Contact:

Post by makam »

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 :D
I forget it, thx a lot.
--
Web: http://www.makam.org/
Chans: #Uruguay,#Hattricklatino@UnderNet
Locked