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

by dun_dacil
Sun Nov 02, 2003 4:26 am
Forum: Archive
Topic: bot kicked/banned for flooding
Replies: 8
Views: 2078

> I use a public command script so people can check info about a online game they play. > if a couple of people use it at the same time, the bot will be banned for flooding the channel. Is this info relevant for all people on the channel or only for the person hitting the trigger? In the latter case...
by dun_dacil
Wed Oct 29, 2003 5:58 am
Forum: Archive
Topic: random nick spam bots...
Replies: 2
Views: 938

EEggy, My experience is that these are typically clones, using hosts which allow to bounce off them due to some open ports. I have found by experience that the problem can be alleviated (not solved, though) doing the following: 1. add their ip to the botnetl ban list: ie, ban the mask *!*@ip.of.the....
by dun_dacil
Thu Oct 16, 2003 6:18 am
Forum: Archive
Topic: I just got owned, by 1 user vs 17eggs.
Replies: 10
Views: 2551

thanks ppslim. Nono, I am aware of the different path length issues and latency, but thanks for reminding me :) Reason I ask, in the first place, is that I "live" on the irc italian network: there are two main ircserver groups serving IT, and they are at the largest possible distance on th...
by dun_dacil
Thu Oct 16, 2003 5:17 am
Forum: Archive
Topic: I just got owned, by 1 user vs 17eggs.
Replies: 10
Views: 2551

There is another possibility to try and slow down the mass deop against a botnet, perhaps. Suppose one has bots A and B, on two different servers. On server A there is also a bad chap, call C. C deops A and B: but the B deop commands takes a little time to travel to server B (depending on lag): A se...
by dun_dacil
Wed Oct 01, 2003 5:29 pm
Forum: Archive
Topic: script to send notice that @nickname trigger don't work
Replies: 21
Views: 4597

Another alternative to the @$nick binding suggested by strikelight could be to bind the pub bind to an evnt init-server: something like: bind evnt - init-server init_the_proc proc init_the_proc {type} { global botnick bind pub - @$botnick .... } The slight advantage of this is that the bind is in op...
by dun_dacil
Wed Oct 01, 2003 5:04 pm
Forum: Archive
Topic: Faster ?
Replies: 10
Views: 3754

Rusher, I posted the little hack in this thread, on Sunday :) Here it is again, for your convenience: This is the hack: edit mod/server.mod/server.c locate: /* Send upto 4 msgs to server if the *critical queue* has anything in it */ Two lines down, there is the line: while (modeq.head && (bu...
by dun_dacil
Wed Oct 01, 2003 3:49 am
Forum: Archive
Topic: Faster ?
Replies: 10
Views: 3754

Rusher, The irc protocol is, believe it or not, a small traffic protocol: I have a couple of very busy channel, and the *daily* traffic is order of only a few MB - tiny on modern standards. The irc servers (and protocol) came around when band was much less than these days, and the software does chec...
by dun_dacil
Sun Sep 28, 2003 6:38 pm
Forum: Archive
Topic: Faster ?
Replies: 10
Views: 3754

Re: Faster ?

[quote="Rusher"]How can i make this faster because need is very slow : My guess is that the script is overall "slow", and in particular the "unban" bit.It executes a few commands quickly, and then it bogs down. If you really need to push that many instructions through t...
by dun_dacil
Tue Aug 26, 2003 8:51 am
Forum: Archive
Topic: nickchange script
Replies: 6
Views: 1554

Hi all, I quickly wrote a tcl which seems to do what required: it keeps track of people leaving a chan, and check whoever joins the (same) chan, matching hosts to spot nick changes. The "out time" is settable, as well as the chans the tcl is meant to be active on: of course, the check is d...
by dun_dacil
Sat Jun 21, 2003 1:08 am
Forum: Archive
Topic: Sentinel, sl_wideban and sl_masktype (a suggestion/wish)
Replies: 2
Views: 1052

Thanks, slennox.

dun
by dun_dacil
Fri Jun 20, 2003 2:52 am
Forum: Archive
Topic: Sentinel, sl_wideban and sl_masktype (a suggestion/wish)
Replies: 2
Views: 1052

Sentinel, sl_wideban and sl_masktype (a suggestion/wish)

Dear All, I have been happily using netbots for a few years now :), but I run into a trouble yesterday. First of all, let me give the scenario: I am from Italy, and my bots live there, and control channels on IRCnet. My channels average from 90 to 200 people. In Italy, there are only a few ADSL prov...
by dun_dacil
Sun Jun 08, 2003 1:55 am
Forum: Archive
Topic: english Scramble script
Replies: 10
Views: 4961

Although the thread has taken a different direction, there is decent scramble script called
wordgame, by murf. It can be found among the tcl scripts on www.egghelp.org. It comes with 500 preset words, but more are easily added.

dun_dacil
by dun_dacil
Thu Oct 17, 2002 2:20 pm
Forum: Archive
Topic: Bots slowing down
Replies: 7
Views: 2385

Dear ppslim, Well spotted! I needed some reassurance that the behaviour was not correct. I did as suggested, taking down one of the bots which was giving trouble, and started it adding one tcl at the time: it turned out that the culprit is indeed a tcl: lol.tcl Having found the culprit, it was strai...
by dun_dacil
Thu Oct 17, 2002 11:38 am
Forum: Archive
Topic: Bots slowing down
Replies: 7
Views: 2385

Re: bots slowing down

Dear ppslim, Many thanks for your prompt reply. Well, I do have the bots arranged to reflect the topology of the servers locations. But I observe slowing down even between two bots located on the same LAN, with 100mb connection :(: the hub may be totally unresponsive to anything typed on the partyli...
by dun_dacil
Thu Oct 17, 2002 7:54 am
Forum: Archive
Topic: Bots slowing down
Replies: 7
Views: 2385

Bots slowing down

Hi All, As my botnet increased in size, I experienced slowing down of the bots, particularly the main and secondary hubs. I tracked down the problem to, apparently, a large traffic of (explicit) "chattr handle flags" as observed on the partyline. Let me explain better: the bots tipically s...