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.

problem with tcl scripting

Old posts that have not been replied to for several years.
Locked
e
equal1zer

problem with tcl scripting

Post by equal1zer »

on *:text:*something*:#channel1,#channel2,#channel3,#channel4: msg #mychan $1- [ /msg $nick you said something]

on *:text:!on:#mychan:{
invite $nick #anotherchan
notice $nick join #anotherchan and find your cb matches!
}

on *:part:#mychan: kick #anotherchan $nick stay in #mychan while you are in this channel please.
on *:text:!on*:#mychan: notice $nick !on - nothing more

<- i need this in tcl. hope someone can help me. thanx
Locked