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.

ignore a channel

Old posts that have not been replied to for several years.
Locked
User avatar
hikaro
Halfop
Posts: 68
Joined: Wed Mar 10, 2004 4:29 am

ignore a channel

Post by hikaro »

hello, how to make the bot ignore a channel, so the bot wont do anything in that channel.
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Inside the scripts you have that act on different things add a if line like: if {[string equal -nocase #channel $chan]} { return } or make yourself your own channel flag like setudef flag ignore and in your TCL scripts just do an if like if {[channel get $chan ignore]} { return } something like this anyway..
Once the game is over, the king and the pawn go back in the same box.
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Post by user »

.help -chan & .help chanset (+inactive)
Have you ever read "The Manual"?
Locked