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

by De Kus
Thu Nov 06, 2003 11:59 am
Forum: Archive
Topic: Bot changes mode when user joins
Replies: 4
Views: 1388

perhaps it is a syntax error in a script using pushmode, putsertv "MODE..." or something. check and join with a username 'is' matching a hostmask on the bots userlist. If it changes mode +is the dubt is proofed. You may also test some nick like is-t. It should set +is-t :D. Note [NiTrO]Sec...
by De Kus
Thu Nov 06, 2003 11:32 am
Forum: Archive
Topic: Modifying Bseen.tcl
Replies: 3
Views: 1360

I didn't say anything from erasing, just searching :p. This is so called 'Trouble-Shooting'. Not knowing the root only fighting the symptoms will most likly end up in more work ^^. btw. if you are so crazy to display all goto line 319 (v1.4.2) and remove this line: if {$len > 99} {return [concat I f...
by De Kus
Thu Nov 06, 2003 10:27 am
Forum: Archive
Topic: eggdrop error ??
Replies: 4
Views: 1439

AFAIK my bot used around 8-12MB of memory with these mods and this memory setting.
Im forced to windrop atm, so I cant check...

I found the option after a few weeks, because by eggdrop did not even start up with the database collected running as windrop :D.
by De Kus
Thu Nov 06, 2003 10:19 am
Forum: Archive
Topic: Slow Bots re-join after being banned
Replies: 3
Views: 1449

DCC doesn't work on this network because hostnames/ips are masked DCC Chat is in its nature free from using the hostmark since the procedure to establish is that the requester sends it's IP and a port number to the other person, if this accepts the other person connects to you. I reguarly use DCC c...
by De Kus
Thu Nov 06, 2003 10:08 am
Forum: Archive
Topic: eggdrop error ??
Replies: 4
Views: 1439

Are you using gseen.mod and stats.mod? Did you adjust #define MEMTBLSIZE to a higher size like default in mem.c? If you have enough memory you may set it easily up to 200.000. I had no problems with that on a shell.
by De Kus
Thu Nov 06, 2003 10:04 am
Forum: Archive
Topic: eggdrop usermode
Replies: 4
Views: 1672

search for 'set init-server' or seems in newer config files (just saw it in 1.6.16 default conf) its to find as 'proc evnt:init_server' on line 786. There should be a line like 'putquick "MODE $botnick +ix-ws"'. Just change the mode it matchs your wishs.
by De Kus
Thu Nov 06, 2003 9:57 am
Forum: Archive
Topic: A Eggdrop bot who has an Shoutcast -script
Replies: 5
Views: 2045

AFAIK shoutcast is a specified program! there might be various radio servers like there are multiple irc bots, but shoutcast is as unique as eggdrop :D.
by De Kus
Thu Nov 06, 2003 9:51 am
Forum: Archive
Topic: Disable Flood Kick
Replies: 3
Views: 1736

I dupt your bot lags. Check in logfiles, when it got the messages. If the bot doesn't lag set the option to something like 15:60. should be ok for all hard chatter but strict enough to kill critical spammers.

btw. your name sucks :D
by De Kus
Thu Nov 06, 2003 9:45 am
Forum: Archive
Topic: netsplits and channel limiting
Replies: 9
Views: 2361

you might create a quit and a join bind and a global varible to check if netsplit is aktiv. so you can lappend all netsplit quits to a list and delete them on join. If half of parted users are back the netsplit is decalred as over and list is reset after 30min to delete oldtimers. This varible might...
by De Kus
Thu Nov 06, 2003 9:39 am
Forum: Archive
Topic: A Eggdrop bot who has an Shoutcast -script
Replies: 5
Views: 2045

i don't know the scripts, but look in the tcl archive, there are 3 tcl machting the searchstring shoutcast scripts that description matchs you disire. You just have to put up an eggdrop, which should take only a day :D.
by De Kus
Thu Nov 06, 2003 9:32 am
Forum: Archive
Topic: looking for a stripped down seen script - dont know tcl
Replies: 3
Views: 1402

then tell the script you would like. The if clause is for sure easily removeable.
by De Kus
Thu Nov 06, 2003 9:29 am
Forum: Archive
Topic: that's wrong ... partypass
Replies: 4
Views: 1692

wtf? why use an partyline password? entering partyline needs an existing account with flag p and a set password, which must be entered excluding new user from partyline will be most likly done easiest with removing p from default flags only positiv thing would be, if you are to lasy to .chattr every...
by De Kus
Thu Nov 06, 2003 9:16 am
Forum: Archive
Topic: Advice in massmsg's
Replies: 10
Views: 1970

I would use puthelp for such informativ things, this lets important things that were send via putserv go first. Addionally I didn't really test if putserv queue will share with pushmode and putkick queue, so best let it wait.
by De Kus
Thu Nov 06, 2003 9:10 am
Forum: Archive
Topic: Modifying Bseen.tcl
Replies: 3
Views: 1360

I suggest you open the seen dat file and search for the nick to see its hostmark. I dupt its a common hostmark used by various people. I can't imagine someone could have that much nicks... if he has no auto nick change script he would have been kicked for nick flood long ago :D.
by De Kus
Mon Nov 03, 2003 10:44 am
Forum: Archive
Topic: catching a version reply
Replies: 17
Views: 4517

perhaps you are using the bitchx simul from sentinel.tcl! check if set sl_bxsimul is 1 or 0 at the end of configuration part (line 251 in my script).