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

by Rusher2K
Thu Oct 27, 2005 3:53 am
Forum: Eggdrop Help
Topic: Bot removes Server Bans
Replies: 3
Views: 9820

Thanks De Kus thats it :)
by Rusher2K
Wed Oct 26, 2005 3:55 pm
Forum: Eggdrop Help
Topic: Bot removes Server Bans
Replies: 3
Views: 9820

Bot removes Server Bans

Hello I had a big Problem my eggdrop is removing all Server bans. I'm not finding what is misconfed. (21:47:59) —› join: (deutschlaender) (samson@deutschlaender.users.quakenet.org) (2 comchans: @#WM.2006 @#myMelanie) (21:47:59) —› mode: (sw2.de.quakenet.org) sets (+b *!*@deutschlaender.users.quakene...
by Rusher2K
Thu Jul 01, 2004 4:36 pm
Forum: Archive
Topic: eggdrop dont starts
Replies: 3
Views: 1689

Have you tried to telnet to the bot ?
And is the eggdrop listed in "ps x" ?
by Rusher2K
Sat Jun 26, 2004 6:27 pm
Forum: Archive
Topic: Shell provider that also gives you a mysql db
Replies: 2
Views: 1532

You can buy a virtual Server like it's sell by www.isp4p.net there you can install the mysql and some eggdrops.
by Rusher2K
Sat Jun 26, 2004 6:25 pm
Forum: Archive
Topic: Trouble with 1.6.16 chanmsg saving
Replies: 5
Views: 1473

Is it possible that the person who is chatting verymutch is on the Ignore list ?
I didn't know any bug that match your problem.
by Rusher2K
Tue Mar 23, 2004 12:17 pm
Forum: Archive
Topic: Free shell
Replies: 10
Views: 3401

]Kami[ wrote:Try www.cyberunners.org
the shell is not free:
cyberunners wrote: I call it a donation and not a purchasing because I ask for 6 month what a cheap shell provider ask for one month. And with only 30 euro donation you can get a life shell.

5 Euro: 6 month shell 10 Euro: 12 month shell 30 Euro: Life shell
by Rusher2K
Sun Mar 21, 2004 3:10 pm
Forum: Archive
Topic: lreplace question
Replies: 6
Views: 3745

You can use that :

Code: Select all

set code "1.2.3.4"

set code [string map {. *} 1.2.3.4.5] ; return $code

that returns : 2 - result: 1*2*3*4*5 - clicks: 109
Or that :

Code: Select all

set code "1.2.3.4"

regsub -all -- {\.} $code * code ; return $code

that returns : 2 - result: 1*2*3*4*5 - clicks: 416
by Rusher2K
Sun Mar 21, 2004 1:47 pm
Forum: Archive
Topic: Need a lil help with this tcl script
Replies: 15
Views: 3453

strikelight good idea :)
In future I read an entire thread before replying.
:D
by Rusher2K
Sun Mar 21, 2004 5:49 am
Forum: Archive
Topic: Need a lil help with this tcl script
Replies: 15
Views: 3453

I had only see : Useful script you got there! But is it possible to change the "mainchan" part so it instead checks all the channels the bot is in, and not just one channel? I'm kind of new to tcl, so i'm very thankful if somebody could tell me how to do this. Now the fixed code: set relay...
by Rusher2K
Sun Mar 21, 2004 4:36 am
Forum: Archive
Topic: Need a lil help with this tcl script
Replies: 15
Views: 3453

tweaKey here: set relaychan "#relay" set word "keywordhere" bind pubm - "*" relay_pubm proc relay_pubm {nick host handle channel text} { if {[string match -nocase "*$::word*" $text] != -1} { putserv "PRIVMSG $::relaychan :($channel) $nick: $text" } }
by Rusher2K
Sat Mar 20, 2004 8:48 am
Forum: Archive
Topic: Botnet - Bots don't link
Replies: 8
Views: 2588

On Port 8888 there is already a psy bnc running :mrgreen: . I qry you in Irc.
by Rusher2K
Sat Mar 20, 2004 5:32 am
Forum: Archive
Topic: Free shell
Replies: 10
Views: 3401

Faq @ egghelp.org Where can I get a free shell to run an Eggdrop? At any given time, there are typically no shell providers I'm familiar with that offer Eggdrop shell accounts for free that you'd reasonably expect to get an account from on application. Eggdrops are a relatively resource-intensive, a...
by Rusher2K
Fri Mar 19, 2004 5:35 pm
Forum: Archive
Topic: !say script
Replies: 2
Views: 1138

Here:

Code: Select all

bind pub - !say say

proc say {nick host hand chan text} {
if {$chan!="#yourchan"} {return}
    set who [lindex $text 0]
    set msgtext [lrange $text 1 end]
putserv "privmsg $who :$msgtext"
}
by Rusher2K
Thu Mar 18, 2004 1:21 pm
Forum: Archive
Topic: tell the bot a user has split
Replies: 3
Views: 1321

I'am on Quakenet to and all my eggdrops of #sicherheit have: set global-stopnethack-mode 0 And it works fine. Test it. When you have any Question Qry me Nick: Rusher2K Info about stopnethack :) : # stopnethack-mode 0 # This setting will make the bot de-op anyone who enters the channel # with servero...
by Rusher2K
Wed Mar 17, 2004 5:11 pm
Forum: Archive
Topic: Shell
Replies: 3
Views: 1262

Buy a root server or something else with a high bandwidth. A Own 10Mbit or 100Mbit Up and Down Stream were the Best to run a XDCC Bot. But you must pay a lot money for this.