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.

Search!

Old posts that have not been replied to for several years.
Locked
S
St0L3n
Voice
Posts: 8
Joined: Sat Feb 26, 2005 3:50 am

Search!

Post by St0L3n »

I need a tcl for helping users ... For example ..... if user type !nickregister bot show him the register command .. and so on ... i search it alot but cant find that kinda script!
Is there anyone ?
§t WªïTïñg ƒºR Mä DëäTh
User avatar
De Kus
Revered One
Posts: 1361
Joined: Sun Dec 15, 2002 11:41 am
Location: Germany

Post by De Kus »

DIY, doc/TCL-COMMANDS is your friend.
De Kus
StarZ|De_Kus, De_Kus or DeKus on IRC
Copyright © 2005-2009 by De Kus - published under The MIT License
Love hurts, love strengthens...
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

Post by Ofloo »

Code: Select all

proc command_help {nick host hand chan arg} {
  puthelp "NOTICE $nick :<your msg for this command>."
}

bind pub - !command command_help
just change command for every help topic
XplaiN but think of me as stupid
Locked