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

by CrazyEgg
Wed Dec 07, 2005 9:06 am
Forum: Script Requests
Topic: ~ident gets banned...
Replies: 14
Views: 20406

Alchera say:

Code: Select all

.help +ban
and not .help ban

on tcl archive exist tcl what you give mask and make ban to ip on channel.With a little modification(if you know tcl scripting) you can make what you need.
by CrazyEgg
Tue Dec 06, 2005 3:06 pm
Forum: Script Requests
Topic: Owner protection
Replies: 7
Views: 13136

+protectops +protectfriends +protecthalfops
+dontkick ....bla bla bla
on channel or global settings to .conf file

or you ask something else?
by CrazyEgg
Tue Dec 06, 2005 2:57 pm
Forum: Eggdrop Help
Topic: ctcp do not works...
Replies: 5
Views: 11477

Client: Football (192.168.2.1)
means windrop.
meaning no ip define.
meaning via putty connect to local ip 192.168.2.1 to port (you know what port you have on conf) telnet connection.(require owner on conf)

192.168.*.* is local lan range ip
by CrazyEgg
Wed Nov 30, 2005 9:43 am
Forum: Eggdrop Help
Topic: userfile sharing: Disconnected from: <bot>
Replies: 15
Views: 31647

Hub thinks:
10:27 <kuiskaus> HANDLE PASS NOTES FLAGS LAST
10:27 <kuiskaus> Kirous yes 0 abflo 11:49 (unlinked)
10:27 <kuiskaus> BOT FLAGS: gs
10:27 <kuiskaus> HOSTS: *!*kirous@blaablaa.com
10:27 <kuiskaus> -telnet!*@blaablaa.com
ADRESS and user/bots addresses?
by CrazyEgg
Sat Nov 12, 2005 11:03 am
Forum: Eggdrop Help
Topic: Confused bot.
Replies: 5
Views: 11253

this problem was observed with egg using hide_ip.tcl

nickname conflict after restarting and the nick is in used.
(specially after split or ping time out event).
by CrazyEgg
Fri Oct 28, 2005 11:53 am
Forum: Eggdrop Help
Topic: No Replay from egg
Replies: 7
Views: 14304

SuPeR_BoT- Hi SuPeR_BoY! I'm SuPeR_BoT, an eggdrop bot. -SuPeR_BoT- I'll recognize you by hostmask '*!BaDro@*.undernet.org' from now on. normal the bot add you with handle SuPeR_BoY and host *!BaDro@*.undernet.org just a question now for you.on .conf file did you have set owner? if yes is "SuP...
by CrazyEgg
Thu Oct 27, 2005 11:38 am
Forum: Eggdrop Help
Topic: No Replay from egg
Replies: 7
Views: 14304

/ctcp super_bot chat

you have to be with this mask-->*!BaDro@*.undernet.org'
-SuPeR_BoT- All major commands are used from DCC chat.
the ident command must be enable on .conf in case you have not the host mask to recognise you.
by CrazyEgg
Wed Oct 26, 2005 4:09 pm
Forum: Eggdrop Help
Topic: Bot removes Server Bans
Replies: 3
Views: 9770

did user deutschlaender have flags on bot?(global or channel flags) did host *!*@deutschlaender.users.quakenet.org belongs to op or friend? if yes did the bot have +protectops or +protectfriends on .conf? did you give somewhere host for a user *!*@*.users.quakenet.org or *!*@*.quakenet.org ? did you...
by CrazyEgg
Wed Oct 26, 2005 10:59 am
Forum: Eggdrop Help
Topic: Connection Problem
Replies: 15
Views: 29427

cause i cannot understand what means "real ip" pls try to explain me. hosts on bot meaning the host what join. carl (~psy@ACCB4C7C.ipt.aol.com) joined #channel host on bot *!*psy@*.aol.com is recognisible. also as you say he cannot chat with you.Meaning that has problem with settings on hi...
by CrazyEgg
Tue Oct 25, 2005 2:28 pm
Forum: Eggdrop Help
Topic: Connection Problem
Replies: 15
Views: 29427

as i propose: 1.just for a test delete the second host and let the nick*!*@* as host.try to connect. and De Kus ask you something for the beggining.your answer was: <Bot> [18:40] CTCP chat: from user (~ident@host) that is paste from the bot that meaning that the bot recognise the user and send dcc.w...
by CrazyEgg
Tue Oct 25, 2005 6:46 am
Forum: Eggdrop Help
Topic: Connection Problem
Replies: 15
Views: 29427

lets clear sonthing handle is not the same with nick for example: handle = carl host= peter!*@*.aol.com as you say the handle user has flags fjlmnoptx meaning owner. the user witch you add what kind of flags has? did he have +partyline? the flag +o or +f didnt give you +p if you didnt specify that. ...
by CrazyEgg
Mon Oct 24, 2005 3:53 pm
Forum: Eggdrop Help
Topic: Connection Problem
Replies: 15
Views: 29427

When i add someone to my bot he cant join partyline.
if his host is nick1!*@* and i change my nick to nick1 i can connect.
can you give us some example through .whois or copy paste from .user file.I thing will be helpfull.
needed HANDLE/PASS(yes or no)/ FLAGS /HOSTS
by CrazyEgg
Tue Oct 11, 2005 2:55 pm
Forum: Eggdrop Help
Topic: make: Permission denied
Replies: 18
Views: 21762

the problem with make and error make: Permission denied.
is a little bug on *BSD. this bug is solved simple with
cd ..
cd eggdrop1.....
make

dont know if this little bug is solved on *BSD 5.4-STABLE.
by CrazyEgg
Wed Aug 31, 2005 12:45 pm
Forum: Script Support & Releases
Topic: badrealname bug
Replies: 29
Views: 44321

Indeed.
best regards with respect Sir_Fz
by CrazyEgg
Wed Aug 31, 2005 3:44 am
Forum: Archive
Topic: Blacklist
Replies: 13
Views: 11254

make the modifications as you want

Code: Select all

if {$reason == ""} {
newchanban $chan $banmask $hand " Requested by $hand" [lifetime] [options]
} else {
newchanban $chan $banmask $hand " $reason" [lifetime] [options]