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

by sys
Sun Dec 12, 2004 2:39 pm
Forum: Archive
Topic: compile problem
Replies: 1
Views: 1373

compile problem

I compile eggdrop on a machine running FreeBSD 5.3-STABLE and I got lots of warning durning the compilation. Will this warning effects on eggdrop running or performances? Below is the compilation history. wolf@ft1:~/eggdrop1.6.17$ make This may take a while. Go get some runts. gcc -pipe -g -O2 -Wall...
by sys
Thu Dec 04, 2003 6:09 pm
Forum: Archive
Topic: strange eggdrop1.6.15 core file
Replies: 2
Views: 1059

I found the reason.
That is because of chanstats.tcl. When I do .update it crashed the bot.
The update database was not correct and when it reads the file it gets crashed.

Thank you ppslim for reply.
by sys
Fri Nov 28, 2003 12:04 pm
Forum: Archive
Topic: strange eggdrop1.6.15 core file
Replies: 2
Views: 1059

strange eggdrop1.6.15 core file

Hello everyone.
I have installed the latest eggdrop version v1.6.15. It runs fine. Suddenly the bot killed, and my disk quota reached the max. A core file created in eggdrop dir:
-rw------- 1 uso users 11247616 Nov 28 03:55 eggdrop-1.6.15.core

what is that for?
by sys
Mon Jun 16, 2003 10:12 am
Forum: Archive
Topic: Requesting a FINGER script
Replies: 4
Views: 1647

Thats not what I want :(
by sys
Sun Jun 15, 2003 1:46 pm
Forum: Archive
Topic: Requesting a FINGER script
Replies: 4
Views: 1647

Requesting a FINGER script

Hello!

Where can I find a script that does a FINGER on join, and when found a certain words on FINGER reply it does kick/ban.

Ex: [Mr_ FINGER reply]: Don't.Look (Ne4244Oo38Pe3799mIs31) Idle 229 seconds (By HackGroup)

I want the kick to be on this word (By HackGroup)

Thank yo!
by sys
Sun Sep 15, 2002 5:25 am
Forum: Archive
Topic: Bot auto IDENTIFY password's Botnick when come on IRC !
Replies: 10
Views: 2741

put this in bot config file.
on connect it will auto identify to nickserv.
set init-server { putserv "PRIVMSG NickServ :IDENTIFY password }
for dalnet:
set init-server { putserv "PRIVMSG nickserv@services.dal.net :IDENTIFY password }
by sys
Sun Sep 08, 2002 10:40 am
Forum: Archive
Topic: banmask
Replies: 5
Views: 1204

code: set bn_bnicks { "badnick1" } set bn_reason "Out" proc BandNickjoin {nick uhost hand chan} { global botnick bn_bnicks bn_reason if {[string match *$jn* [string tolower $nick]]} { set banmask "*!*[string range $uhost [string first "@" $uhost] end]" newchan...
by sys
Fri Sep 06, 2002 10:24 am
Forum: Archive
Topic: banmask
Replies: 5
Views: 1204

well, I want to code a script which I can ban a nick with this syntax *nick*!*@* and *!*user@*.domain

I use:
set banmask "*[string range $nick 0 19]*!*@*" for the nick
I am not sure if this code is correct for banning a nick.
what about *!*user@*.domain?
:cry:
by sys
Fri Sep 06, 2002 8:54 am
Forum: Archive
Topic: banmask
Replies: 5
Views: 1204

banmask

What are the code for those banmask?

*!*user@*.domain
*nick*!*@*

:o
by sys
Fri Sep 06, 2002 8:52 am
Forum: Archive
Topic: Badnick script
Replies: 2
Views: 1187

Thank you Mapherick :)
by sys
Sun Sep 01, 2002 7:05 am
Forum: Archive
Topic: Badnick script
Replies: 2
Views: 1187

Badnick script

I need help in this small script please. This tcl script kick/ban a certain nick on changed. I want the script also to kick/ban a same nick on join with ban time, and on specific channels. such as: set bandnickchan "#chan1 #chan2" Thank you. ## code ## ## Badnick scans set badnicks { "...
by sys
Sun Aug 11, 2002 10:26 am
Forum: Archive
Topic: VERY EASY Script please help!
Replies: 7
Views: 1790

use this tcl dal_getop1.tcl
its in http://bseen.eggheads.org
by sys
Tue Jul 30, 2002 2:04 pm
Forum: Archive
Topic: set init-server - problem
Replies: 12
Views: 3431

ppslim,
You must be using non-RFC complient servers.

Read through the complete config file for information about NON-rfc servers.

This may help you.
I do, set lowercase-ctcp 1
Your help was cool. :)
by sys
Mon Jul 29, 2002 9:23 am
Forum: Archive
Topic: set init-server - problem
Replies: 12
Views: 3431

Since I wasn't able to reproduce your error (on se.dal.net), can you tell on which dalnet server you tried it?.
It didnt work for all DALnet servers.
by sys
Sun Jul 28, 2002 5:40 pm
Forum: Archive
Topic: set init-server - problem
Replies: 12
Views: 3431

ppslim, well first a bot set self mode to +R then identify to nickserv. It could be opposite also, but both not working. But, it works fine with; set init-server { putserv "MODE $botnick +i-w" } Eggheads, The code works fine, and I got "Got RAW MODE from sonic : sonic :+R" Is it...