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.

Msg Command

Old posts that have not been replied to for several years.
Locked
M
MasterScript
Halfop
Posts: 41
Joined: Tue Apr 26, 2005 1:44 am

Msg Command

Post by MasterScript »

Can someone teach me for msg command. For example: addchan/delchan tcl

Tq
User avatar
De Kus
Revered One
Posts: 1361
Joined: Sun Dec 15, 2002 11:41 am
Location: Germany

Post by De Kus »

all you need is to know about bind, channel (both descripted in TCL-Commands.doc), proc and basic variable use. For the last two, you might want to take a look into any existing script, you should get it very fast.
if you want to use a password checking for the command like in "op <pass> #channel", you would also ned to read passwdok (TCL-Commands.doc) and lindex (TCL manual) (dont forget to use [split $var] before lindex).

give it a try, if it doesnt work, we will show you the mistakes ^-^.
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...
M
MasterScript
Halfop
Posts: 41
Joined: Tue Apr 26, 2005 1:44 am

Post by MasterScript »

Thanks I am try to understand what i read, but better to me study with example tcl.

TQ
User avatar
^DooM^
Owner
Posts: 772
Joined: Tue Aug 26, 2003 5:40 pm
Location: IronForge
Contact:

Post by ^DooM^ »

Go here for your examples. You can also download any script and study it, pick apart its guts and work out what each part does. Also Google is your friend. :wink:
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
M
MasterScript
Halfop
Posts: 41
Joined: Tue Apr 26, 2005 1:44 am

Post by MasterScript »

Thanks a lots
Locked