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

by Loki
Mon Mar 15, 2004 4:31 am
Forum: Archive
Topic: kline spambots etc
Replies: 6
Views: 1587

I would like to thank strikelight for open my eyes :), of kors i found this in tcl-commands.doc. What can i say, i'm lazy to RTFM :P but here is the script working fine veeee bind msgm - "*http://*" spam bind msgm - "*visit*" spam bind msgm - "*www*" spam proc spam {nic...
by Loki
Sun Mar 14, 2004 7:36 pm
Forum: Archive
Topic: kline spambots etc
Replies: 6
Views: 1587

And one more thing, this script has to work only in priv msg and ignore chan chat's. I hope that somone can give me the code :) and thank´s for the reply dollar, i wish that your code would have work.
by Loki
Sun Mar 14, 2004 9:17 am
Forum: Archive
Topic: kline spambots etc
Replies: 6
Views: 1587

If i have understand you correct this would be the code bind pubm - "*http://*" spam bind pubm - "*www*" spam bind pubm - "*visit*" spam proc spam {nick uhost hand chan text} { putserv "kline $nick" } This is not working :/ I still can say /msg Loki see me on ...
by Loki
Sun Mar 14, 2004 6:53 am
Forum: Archive
Topic: kline spambots etc
Replies: 6
Views: 1587

This works bind msg - visit visit bind msg - http http bind msg - www www proc visit {nick host chan text} { putserv "kline $nick" } proc http {nick host chan text} { putserv "kline $nick" } proc www {nick host chan text} { putserv "kline $nick" } But this works only if...
by Loki
Sat Mar 13, 2004 8:54 am
Forum: Archive
Topic: kline spambots etc
Replies: 6
Views: 1587

kline spambots etc

Good day. I have search this forum and i did not found what i,m looking for. I run unrealircd server and i'm looking for tcl that can oper up my bot /oper username password and idle on my chan´s and if the bot get priv msg like "hi there, have you seen my pic http://blabla" then the bot wi...
by Loki
Sat Jun 14, 2003 10:02 am
Forum: Archive
Topic: nospam1.7.2.tcl bug
Replies: 0
Views: 808

nospam1.7.2.tcl bug

Hi. I just got nospam1.7.2.tcl and it works great BUT i have one chan that end with + like #test+ and when i do .spamchans i get this .spamchans spamchans ---- spam channels [types] [#channel] | cdnpim #coolchan | im #test+ | im ---- end In spam.chans i notice that the tcl put +cdnp after the chan, ...
by Loki
Sat Jun 14, 2003 8:22 am
Forum: Archive
Topic: *** WARNING: error found when loading netbots/botnetop.tcl
Replies: 14
Views: 3632

:) now my netset.tcl look like this set nb_component(aidle) 1 set nb_component(extras) 1 set nb_component(botnetop) 0 set nb_component(chanlimit) 0 set nb_component(logfile) 1 set nb_component(mainserver) 0 set nb_component(mass) 1 set nb_component(repeat) 0 set nb_component(sentinel) 0 And no error...
by Loki
Sat Jun 14, 2003 7:25 am
Forum: Archive
Topic: *** WARNING: error found when loading netbots/botnetop.tcl
Replies: 14
Views: 3632

dont i have to have this enable because my hub controls 5 others ? If i take out botnetop.tcl in netset.tcl i get this *** WARNING: error found when loading netbots/chanlimit.tcl: i disable chanlimit.tcl then i get *** WARNING: error found when loading netbots/repeat.tcl and so on, do i not need to ...
by Loki
Sat Jun 14, 2003 6:56 am
Forum: Archive
Topic: *** WARNING: error found when loading netbots/botnetop.tcl
Replies: 14
Views: 3632

.restart restart Restarting. Restarting ... Module unloaded: console Sending 'share end' to all sharebots... Creating resync buffer for egg1 Creating resync buffer for egg2 Creating resync buffer for egg3 Creating resync buffer for egg4 Unloaded sharing module, flushing tbuf's... Module unloaded: sh...
by Loki
Sat Jun 14, 2003 6:26 am
Forum: Archive
Topic: *** WARNING: error found when loading netbots/botnetop.tcl
Replies: 14
Views: 3632

nope still the same .rehash Rehashing. Rehashing ... Listening at telnet port 50121 (all) Loading netbots.tcl v4.09 by slennox.. *** WARNING: error found when loading netbots/botnetop.tcl: bad type, should be one of: act, away, bcst, bot, chat, chjn, chof, chon, chpt, dcc, disc, evnt, filt, link, lo...
by Loki
Sat Jun 14, 2003 5:41 am
Forum: Archive
Topic: *** WARNING: error found when loading netbots/botnetop.tcl
Replies: 14
Views: 3632

thank you, im gonna try that :)
by Loki
Sat Jun 14, 2003 5:34 am
Forum: Archive
Topic: *** WARNING: error found when loading netbots/botnetop.tcl
Replies: 14
Views: 3632

I´m using eggdrop v1.6.10
by Loki
Sat Jun 14, 2003 5:23 am
Forum: Archive
Topic: *** WARNING: error found when loading netbots/botnetop.tcl
Replies: 14
Views: 3632

*** WARNING: error found when loading netbots/botnetop.tcl

Hi, i'm running netbots 4.09 and i have one hub that is not on irc and i cant find why i get this error on my hub Loading netbots.tcl v4.09 by slennox.. *** WARNING: error found when loading netbots/botnetop.tcl: bad type, should be one of: act, away, bcst, bot, chat, chjn, chof, chon, chpt, dcc, di...