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.

Search found 7 matches

by Smurff
Fri Jan 12, 2007 7:06 pm
Forum: Script Support & Releases
Topic: Hello, and..
Replies: 2
Views: 3806

using incith:horoscope script. the bot gets dc due to flood , after there are many requests for horoscope. it is something to do with 440 characters or more displayed same time. (long ones i.e. chinese horoscopes)
by Smurff
Sat Aug 19, 2006 6:50 pm
Forum: Script Requests
Topic: Silence instead of ignore
Replies: 12
Views: 6897

if you do silence + *!*@* it ignores everything for private messages ( private messages botnet flood). if there can be any such script which can perform Silence +|- thing for variable amount of time , it can solve the problem.
by Smurff
Fri May 26, 2006 6:35 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1127880

thanks Sir Fz . i have upgraded the bot to 1.6.18 and its working fine. there is one thing which i wanted to ask you : [07:33] *** Nicolasta (~Nicolasta@212.36.206.219) has joined #chatpoint [07:33] *** Nicolasta has left #chatpoint (Registered) [07:33] *** Nicolasta (~Nicolasta@nicolasta.users.unde...
by Smurff
Tue May 23, 2006 6:36 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1127880

some error

made new bot (eggdrop1.6.17) with allprotection4.6b4.tcl did .+chan #bot2 after doing all channel settings for AFP i did .rehash the bot gives following error. it leaves the channel. (there are no other tcls running excpt with allprotection4.6b4.tcl ) [23:20] <(bot2> Tcl error in file 'bot2.chan': [...
by Smurff
Sun Feb 13, 2005 3:35 am
Forum: Archive
Topic: Notice ban Script needed
Replies: 25
Views: 7274

i used this:

putquick "MODE $dest +m" -next
utimer 40 [list pushmode $dest -m]


works fine.

to ban different types of hosts there are options in NoticeBan1.1 by Pulse.

thanks for the help :)
by Smurff
Thu Feb 10, 2005 8:54 am
Forum: Archive
Topic: Notice ban Script needed
Replies: 25
Views: 7274

# Punishment method # 1 - kick 2 - server ban 3 - local ban, 4 - global ban set punishm "2" # Kick Reason set kickr "Don't use channel notice, \002only\002 channel ops(@)/voices(+) can use it." # Ban type # I guess it's enough ;) # 1 - *!*@host.domain set bantype "1" # ...
by Smurff
Wed Feb 09, 2005 6:46 pm
Forum: Archive
Topic: Notice ban Script needed
Replies: 25
Views: 7274

Notice ban Script needed

hi

I need a script which can set the channel +m for specified time incase there is a single channel notice.
I tried Noticeban1.1.tcl by Pulse. But it only bans for the channel notice and doesn't set the channel as +m. This could be helpful against (channel notice floods).

thanxx