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 34 matches

by Nucleus
Tue Jul 26, 2005 5:11 pm
Forum: Archive
Topic: swproc error in tcl script
Replies: 7
Views: 3050

ban (channel ban) and then kick. Thanks
by Nucleus
Tue Jul 26, 2005 4:05 pm
Forum: Archive
Topic: swproc error in tcl script
Replies: 7
Views: 3050

i have no idea. Any suggestions on fixing it?
by Nucleus
Tue Jul 26, 2005 3:54 pm
Forum: Archive
Topic: swproc error in tcl script
Replies: 7
Views: 3050

swproc error in tcl script

bind pubm - "*badword1*" swproc bind pubm - "*badword2*" swproc bind pubm - "*badword3*" swproc bind pubm - "*badword4*" swproc set swdura 600 set swkick "Swearing" ######## CODE - DO NOT TOUCH ######## bind ctcp - ACTION ctcp:badword proc ctcp:badw...
by Nucleus
Fri May 27, 2005 1:43 pm
Forum: Archive
Topic: Bad word script doesn't ban if bad word is told in action
Replies: 11
Views: 2893

damn, why didn't i think of that! Thanks :lol:
by Nucleus
Fri May 27, 2005 7:34 am
Forum: Archive
Topic: Bad word script doesn't ban if bad word is told in action
Replies: 11
Views: 2893

You're right, i was wrong. But i dont want to use a 3582 lines script. I like my little 62 lines script. Can it be fixed to ban bad words in actions?
by Nucleus
Thu May 26, 2005 4:03 am
Forum: Archive
Topic: Bad word script doesn't ban if bad word is told in action
Replies: 11
Views: 2893

Yes but that script puts the ban in the bots internal banlist. Not a channel ban. so we have to start tweaking that script now. This script is working fine, and very fast. It's just this /me problem :?
by Nucleus
Thu May 26, 2005 1:55 am
Forum: Archive
Topic: Bad word script doesn't ban if bad word is told in action
Replies: 11
Views: 2893

Still not working. [08:52:12] <Nucleus> test [censored] [08:52:20] * eggdrop1 sets mode: +b *!*@nucleus.users.undernet.org [08:52:20] * You were kicked by eggdrop1 (Swearing) [08:52:20] * Attempting to rejoin channel #test1 [08:52:22] * Rejoined channel #test1 [08:52:33] * Nucleus test [censored] [0...
by Nucleus
Wed May 25, 2005 2:11 pm
Forum: Archive
Topic: Bad word script doesn't ban if bad word is told in action
Replies: 11
Views: 2893

Where do i paste your code? The script goes like this: bind pubm - "*badword1*" swproc bind pubm - "*badword2*" swproc bind pubm - "*badword3*" swproc bind pubm - "*badword4*" swproc bind pubm - "*badword5*" swproc set swdura 600 set swkick "Swe...
by Nucleus
Wed May 25, 2005 1:37 pm
Forum: Archive
Topic: Bad word script doesn't ban if bad word is told in action
Replies: 11
Views: 2893

Bad word script doesn't ban if bad word is told in action

bind pubm - "*badword*" swproc set swdura 600 set swkick "Swearing" ######## CODE - DO NOT TOUCH ######## proc swproc {nick uhost hand chan rest} { if {[isop $nick $chan] == "0"} { global swmask swkick swdura set swmask *!*@[lindex [split [getchanhost $nick $chan] &quo...
by Nucleus
Wed May 11, 2005 12:12 pm
Forum: Archive
Topic: Stop the flooding from different nicknames.
Replies: 12
Views: 4134

Partyline: [12:08] Tcl error [lock:pubm]: can't read "floodr(kmsg)": no such element in array

Channel:

[19:09:03] * Eggdrop1 sets mode: +m
[19:09:13] * Eggdrop1 sets mode: -m

In the script i set the timer 10 seconds
by Nucleus
Wed May 11, 2005 10:22 am
Forum: Archive
Topic: Stop the flooding from different nicknames.
Replies: 12
Views: 4134

uploaded :) Now waiting for an attack :P
by Nucleus
Tue May 10, 2005 4:13 pm
Forum: Archive
Topic: Stop the flooding from different nicknames.
Replies: 12
Views: 4134

how can i add a timer to remove the lock?
by Nucleus
Tue May 10, 2005 7:57 am
Forum: Archive
Topic: Stop the flooding from different nicknames.
Replies: 12
Views: 4134

You mean that repeat script ? This is a rewrite so again we might pass through all those errors :P #set number of messages in how many seconds to lock chan. set floodr(msgsec) 7:2 #set length of messages that trigger the script. set floodr(len) 200 #set kick msg set flood(kmsg) "Flooder detect...
by Nucleus
Mon May 09, 2005 9:03 am
Forum: Archive
Topic: A problem with a bad nickname script
Replies: 2
Views: 1124

It worked. Thank you. :)
by Nucleus
Mon May 09, 2005 8:06 am
Forum: Archive
Topic: A problem with a bad nickname script
Replies: 2
Views: 1124

A problem with a bad nickname script

[13:33:34] * REALMAN__ is now known as BADNICKHERE [13:33:35] * ^_Zeus_^ sets mode: +b *REALMAN__*!*@* [13:33:35] * BADNICKHERE was kicked by ^_Zeus_^ (Bad Nickname) It bans REALMAN__ and it kicks BADNICKHERE. That gives BADNICKHERE the chance to join once more, and then get banned. [14:06:29] * Jo...