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

by Noam
Fri Aug 15, 2003 11:46 am
Forum: Archive
Topic: new with this kind of problem
Replies: 11
Views: 4799

the_crow wrote:but how can i do that, if they only give the ip for ipv6?!?!!?
They don't give other ip beside one like this 2001:...:...:...::...
:(
Ask them for an ipv4 ip to use.
by Noam
Thu Aug 14, 2003 3:10 am
Forum: Archive
Topic: new with this kind of problem
Replies: 11
Views: 4799

try setting a my-ip in the conf and not setting a my-ipv6 (i think its like that). this should make the eggdrop bind to an ipv4 and be able to connect (only?) to ipv4 servers
by Noam
Sat Jul 19, 2003 5:55 pm
Forum: Archive
Topic: Link TCL (C)Amedee CREATIONS 2002
Replies: 6
Views: 1767

Im looking for updates of this script too :(
I think its the best out there.
by Noam
Sat Jul 19, 2003 5:53 pm
Forum: Archive
Topic: HELP with WAR
Replies: 3
Views: 921

try .chanset #chan +nodesynch
Also, make sure your eggdrop is set to be opped and not +a'd so it will know its opped.
This issue will be solved when eggdrop 1.7 supports raw 005 (hopefully)

(btw: Ultimate3 is based on bahamut, Ultimate2.8 is based on dreamforge
by Noam
Tue Jul 01, 2003 8:20 am
Forum: Archive
Topic: Botnet to Botnet linking
Replies: 1
Views: 1094

If they both need to keep on operating diffrent channels i suggest you dont have them share userfiles. unless all of them are the latest version, then u can +u people.

linking them and having them share the channel should work out best.
by Noam
Tue Jul 01, 2003 4:45 am
Forum: Archive
Topic: 005 (RPL_ISUPPORT) support.
Replies: 2
Views: 1256

good to hear :D
by Noam
Mon Jun 30, 2003 2:54 pm
Forum: Archive
Topic: 005 (RPL_ISUPPORT) support.
Replies: 2
Views: 1256

005 (RPL_ISUPPORT) support.

First of all I'd like to say that if this topic has been discussed already somewhere on these forums or eggdrop already supports this just ignore this thread. Hello, As far as I know eggdrop does not support the 005 (RPL_ISUPPORT) numeric, I personally see this as a big disadvantage. The 005 reply c...
by Noam
Tue Jun 24, 2003 12:46 am
Forum: Archive
Topic: every 1 minute cycle
Replies: 4
Views: 1140

timer 1 { putserv "part #chan1" }
will make the bot part the chan (and join it) in 1 minute.

a tcl that will loop this every minute will look like:

Code: Select all

proc partchan1 { } {
  putserv "part #chan1" 
  timer 1 partchan1
}
timer 1 partchan1
by Noam
Tue Jun 24, 2003 12:38 am
Forum: Archive
Topic: Bot uptime
Replies: 5
Views: 1994

the easiet way is:
http://uptime.eggheads.org/?botnick=[the botnetnick of your bot]

or you could run a tcl script that'll write the uptime to a file every X mins.
by Noam
Thu Jun 05, 2003 10:14 pm
Forum: Archive
Topic: chan-relay v1.01 by shred
Replies: 2
Views: 1752

thank you very much, from a brief look it looks like an advanced script which is what i needed :D
cant realy test it untill tommorow due to it being 5am right now
btw, why isnt this script on egghelp's tcl archive?

Thank you,
Noam Migdali.
by Noam
Tue Jun 03, 2003 8:00 am
Forum: Archive
Topic: chan-relay v1.01 by shred
Replies: 2
Views: 1752

chan-relay v1.01 by shred

Hello, I have tried to use the script chan-relay v1.01 by shred but it just doesn't do anything after its loaded. i suspect this is a problem with my configuration, so if someone here uses it could show me their configuration. it is abit complicated my config is: set cr(sets) { "iS-EF1 #ishells...