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.

Basic Tcl Scripting help(for a newbie)

Old posts that have not been replied to for several years.
Locked
s
scott

Basic Tcl Scripting help(for a newbie)

Post by scott »

hi i was wondeirng if anyone could tell me or show me how a simple script for this,

when someone says -help in the channel it checks if the second word is hello , if it is it notices them saying hello and if the second word it anything it notices them saying anything and if it isn't it notices them says help with what.

i only know it on mirc scripting but not tcl so if anyone can help please tell me , thank you

all help is appreciated
P
Photon
Op
Posts: 170
Joined: Wed Aug 28, 2002 8:00 am
Location: Liverpool, England

Post by Photon »

I f you wish to learn tcl then I suggest you start by looking in the doc folder that comes with the standard distribution of eggdrop - also at the 'my first script'.tcl that is in the root dir.

There are also many tcl guides distributed about the net ... the best of which I think is sunninet (I dont know the url offhand, but a search of this forum would show all of them up)

Whilst we will help with specific problems, we wont actually write scripts for you (except in some cases where money oils the cogs .. lol)
s
spock
Master
Posts: 319
Joined: Thu Dec 12, 2002 8:40 pm

Post by spock »

read about lindex in the tcl help file
photon?
N
Nephand

Post by Nephand »

t
tainted
Master
Posts: 239
Joined: Sun May 12, 2002 8:00 pm
Location: chicago
Contact:

Post by tainted »

Locked