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
Fri Dec 17, 2004 1:08 am
Forum: Archive
Topic: problems compiling stats.mod on eggdrop1.7
Replies: 3
Views: 2173

problems compiling stats.mod on eggdrop1.7

after gettnig along with the moved parts cmdt.h for botnetop it stuck at this: make[2]: Entering directory `/home/De Kus/eggdrop1.7/src/mod/stats.mod' gcc -pipe -mwin32 -g -O2 -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHA VE_CONFIG_H -DSTATIC -DMAKING_MODS -c stats.c In file included from ...
by De Kus
Sat Apr 17, 2004 10:52 pm
Forum: Archive
Topic: Can't get rid of bot
Replies: 7
Views: 2489

just think of basic unix commands to find prozess ids like with the command ps.
by De Kus
Sat Apr 17, 2004 7:45 am
Forum: Archive
Topic: telnet denied / NAT not working no DCC
Replies: 5
Views: 6059

The handle is the valid handle of the owner of the bot. I have also set nat-ip in my config but stilll not having any luck. Also you can try without "set my-ip" or "set my-hostname" in your eggdrop config. # If you have a NAT firewall (you box has an IP in one of the following #...
by De Kus
Sat Apr 17, 2004 7:35 am
Forum: Archive
Topic: Can't get rid of bot
Replies: 7
Views: 2489

find pid.x file, read it, use kill <pid> or RFTM
by De Kus
Sat Apr 17, 2004 7:33 am
Forum: Archive
Topic: Problem with dcc if “set my-ip” is configured on virt interf
Replies: 2
Views: 1348

Re: Problem with dcc if “set my-ip” is configured on virtual

# test.mydomain.com is a valid domain and refer to the IP address configured on eth0:1 If I remove configuration "set my-ip" or "set my-hostaname" DCC will work fine. Where is your problem? just use my-hostname as me, too XD. If you expertice any problems only using one of them ...
by De Kus
Fri Apr 16, 2004 12:13 am
Forum: Archive
Topic: cannot put +D mode on Quakenet
Replies: 8
Views: 1880

exact the same reslut... tried that before, forgot to mention :).
by De Kus
Thu Apr 15, 2004 10:01 am
Forum: Archive
Topic: cannot put +D mode on Quakenet
Replies: 8
Views: 1880

Uff, I inserted the patch last time manually, but however I'd like to use the patch command. It always tells me $ patch < quakenet.chanmodes.patch can't find file to patch at input line 4 Perhaps you should have used the -p or --strip option? The text leading up to this was: ------------------------...
by De Kus
Thu Mar 18, 2004 1:49 pm
Forum: Archive
Topic: tell the bot a user has split
Replies: 3
Views: 1321

this would not solve the problem, but just avoid it XD. but i wouldn't like to, its a security whole. Since all my chans are set +u (supress quit message) the registred quit is a save sign for proper server side rejoin and would be allowed to be threaten as a netsplit. PS: if I didn't know the optio...
by De Kus
Thu Mar 18, 2004 12:20 pm
Forum: Archive
Topic: Help with arrays and lists
Replies: 2
Views: 1065

refer lappend if you want to add something the list and lreplace to edit in a general TCL help.
by De Kus
Thu Mar 18, 2004 12:13 pm
Forum: Archive
Topic: error in mirclog.tcl
Replies: 4
Views: 1253

does the part message contain any stuff like these characters?

Code: Select all

" } ]
they might be missinterprated, I'm getting errors with an other script when the variable should containe {{}} characters ^^.
by De Kus
Thu Mar 18, 2004 11:59 am
Forum: Archive
Topic: banning nickname which has joined and unban oldest bans
Replies: 5
Views: 2033

why don't you use the bots intern banlist by creating the ban via newchanban? The bot should control the banlist by itself and push the requiered bans on chan when required and remove some to prevent overflow, if you have set the max ban correctly in the .conf file.
by De Kus
Thu Mar 18, 2004 11:49 am
Forum: Archive
Topic: tell the bot a user has split
Replies: 3
Views: 1321

tell the bot a user has split

is it possible via a TCL script to tell the bot a user has not quit but split (like capturing via bind quit and return 1). But I couldn't find any command refering to something like this. The cause I want such a script is, because QuakeNet likes to 'quit' user when changing normal hostmark to the au...
by De Kus
Thu Jan 29, 2004 12:48 pm
Forum: Archive
Topic: /ctcp botnick chat causes lockup
Replies: 4
Views: 3106

have you configured the nat-ip setting in the config file?
by De Kus
Wed Jan 14, 2004 10:50 am
Forum: Archive
Topic: stats.mod 1.4.0 dev20 crashing
Replies: 1
Views: 1259

the latest version isn't stable at all. check out my thread relating to it, too.
http://forum.egghelp.org/viewtopic.php?t=3616
but however I downgraded again, since whatever I did, I couldn't run the bot stable over longer time.
by De Kus
Sun Nov 16, 2003 8:36 pm
Forum: Archive
Topic: Eggdrop not encrypting passwds?
Replies: 3
Views: 1459

check exact which accounts have an unencrypted password. in my user file all accounts have encrypted passwords except bot 'user' records, they have generally unencrypted passwords.