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
Mon Apr 17, 2006 11:12 am
Forum: Script Requests
Topic: Script request
Replies: 6
Views: 6791

if the bot is at least voice then change

privmsg with CPRIVMSG

to prevent msg "target change too fast wait for xxx sec"
by CrazyEgg
Mon Feb 20, 2006 8:35 am
Forum: Script Support & Releases
Topic: ip_hide 1.2 by kortexx change nick back to botnick?
Replies: 3
Views: 5457

i used that script: 1. most of time remain indeed to iph3683 2. the bot doesnt recognise that it is in #channel 3. even with rehash didnt take the nickname from the conf back.Only due 3-4 restart and Only when the undernet service have a little lag comming functionable that script and i dont know wh...
by CrazyEgg
Thu Feb 16, 2006 12:16 pm
Forum: Script Requests
Topic: .commands script
Replies: 1
Views: 4280

search for posts with public commands or to tcl archive.

after that make your modifications as you want.
by CrazyEgg
Mon Feb 06, 2006 11:15 am
Forum: Script Support & Releases
Topic: Problem with Identify Script
Replies: 1
Views: 4476

by CrazyEgg
Mon Feb 06, 2006 11:08 am
Forum: Eggdrop Help
Topic: NEED SERIOUS HELP LINKING BOTS
Replies: 2
Views: 5384

or read to your eggdrop folder/doc the BOTNET file
by CrazyEgg
Mon Feb 06, 2006 11:04 am
Forum: Eggdrop Help
Topic: common user file
Replies: 1
Views: 4424

from the .conf file section SHARE MODULE : # When sharing user lists, DON'T ACCEPT global flag changes from other bots? # NOTE: The bot will still send changes made on the bot, it just won't accept # any global flag changes from other bots. This overrides the private-globals # setting (below). #set ...
by CrazyEgg
Thu Feb 02, 2006 9:06 pm
Forum: Script Requests
Topic: simple script for eggdrop
Replies: 2
Views: 5616

as demond says try harder.
after you try and you finnaly find one then read:
http://forum.egghelp.org/viewtopic.php?t=11009
for more help on problems (if you have)
by CrazyEgg
Tue Jan 31, 2006 3:59 pm
Forum: Script Requests
Topic: perform on connect
Replies: 18
Views: 20071

1st you say perform:
sir_fz answer for that

2nd you ask to do something and demond told you.

both answers require to read about tcl commands on /doc folder.

i propose something else:

find out the dcc or telnet command .+chan and try to find what makes.

after that ask something but be specificate.
by CrazyEgg
Tue Jan 31, 2006 3:47 pm
Forum: Scripting Help
Topic: join part
Replies: 2
Views: 4908

putquick "MODE $chan +$jp(lock_modes)b $banmask" putserv "KICK $chan $nick :$jp(reason)" how to make kick or ban? change that with privmsg to chanserver(if is undernet then X) example for undernet: putserv "PRIVMSG X : ban $chan $banmask <hours> <access> <reason>" comm...
by CrazyEgg
Wed Jan 25, 2006 10:26 am
Forum: Eggdrop Help
Topic: any idea how to IDENTIFY
Replies: 17
Views: 46308

caesar i said what i said cause i try it. the notice from the server was /msg nickserv bla bla like user i did that and everything ok from bot nothig happens using tcl from archive as you say. so i go and i RTFR on network`s official site. as alchera says on dalnet is: putserv "privmsg NickServ...
by CrazyEgg
Tue Jan 24, 2006 9:01 am
Forum: Eggdrop Help
Topic: any idea how to IDENTIFY
Replies: 17
Views: 46308

Code: Select all

putquick "$nickserv :$identcmd $identpass"
That is correct
by CrazyEgg
Fri Dec 30, 2005 10:44 am
Forum: Other Topics
Topic: Merry Christmas & Happy new year
Replies: 8
Views: 5619

happy new year with health and more more :idea: for everyone :)
by CrazyEgg
Tue Dec 20, 2005 9:08 pm
Forum: Scripting Help
Topic: undernet mode +x
Replies: 3
Views: 7637

undernet mode +x

nick is ~ident@host * fullname nick on #mychan nick using *.undernet.org The Undernet Underworld nick is logged in as crazyegg that is a example of whois to undernet from a user without /mode nick +x can someone tellme what raw read "nick is logged in as crazyegg" this part of whois? i wan...
by CrazyEgg
Fri Dec 09, 2005 8:31 am
Forum: Script Requests
Topic: ~ident gets banned...
Replies: 14
Views: 20276

stick ban works after you have .+ban *!*@banmask the stick ban help you when the chanban list is reseted the bot push the ban on chan.same thing if someone op remove ban from channel.the bot push back forced. that mean sticky ban. example: dcc commands: .+ban *!*@crazyegg.* perm .stick ban *!~*@craz...
by CrazyEgg
Thu Dec 08, 2005 5:36 pm
Forum: Script Requests
Topic: ~ident gets banned...
Replies: 14
Views: 20276

try banmask.tcl

read the description and with a lot of modification you can ban the mask and not the ip.
Minus is that you have to add masks if you want only via editing the tcl and not via dcc.