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.

Bots Flood script and notice

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

Bots Flood script and notice

Post by stealth »

Hey i have been able to find out where a notice i want to get ride of is coming from source scripts/channel.tcl
but i cant find the flood scripting i want to remove both
but i want to keep the channel.tcl as it is being used to !op !voice ect does anyone know a script that will !op ect that does not notice people when they join thnx
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

show us the content of channel.tcl
so we can remove the line that notices the users in join.
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

delete this line from the channel.tcl:

Code: Select all

putserv "privmsg $chan : Welcome $nick to $chan, if you have any questions plese /msg an operator (people with @ to the left of their nick!)" 
so it will not message the channel welcoming every user.
Locked