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
Wed Mar 17, 2004 4:19 pm
Forum: Archive
Topic: eggdrop runs, but doesn't connect?
Replies: 8
Views: 2266

It's not the Problem of your Server on all my root servers my eggdrops can only connect to the Ips. I hope Quakenet will fix it soon. When you entered an Ip add more than one, Because Quakenets Servers are not very stable. (21:19:32) —› dns: resolving (irc.quakenet.org)... (21:19:32) —› dns: resolve...
by Rusher2K
Wed Mar 17, 2004 7:32 am
Forum: Archive
Topic: .chattr
Replies: 3
Views: 1094

You can check if the user is added with .match *Username* and pls poste the lines where you add the user.
by Rusher2K
Mon Mar 15, 2004 8:40 am
Forum: Archive
Topic: some help to write a simple script
Replies: 2
Views: 932

Here an example to read/write a file ## reading: set filesocket [open "your filename" r]; # open the file set data(0) [gets $filesocket]; # read line1 set data(1) [gets $filesocket]; # read line2 close $filesocket; # close the file # writing or appending if {![file exists "your filena...
by Rusher2K
Mon Mar 15, 2004 8:32 am
Forum: Archive
Topic: tcl error
Replies: 4
Views: 1129

You must use chanlist like this: (13:30:19) (@Rusher2K) !tcl set chans [chanlist #sicherheit &n] (13:30:19) (S-Check) result: Rusher2K whitewolf2k biG|d3sti`off - clicks: 75493 chanlist #sicherheit &n That retuns all channel owners of #sicherheit. Use: chanlist <channel> [flags[&chanflag...
by Rusher2K
Fri Mar 12, 2004 8:36 am
Forum: Archive
Topic: exit the party line
Replies: 3
Views: 1132

Test .quit
That force the bot to close the dcc chat.
by Rusher2K
Tue Mar 09, 2004 10:07 am
Forum: Archive
Topic: bot devide between numbers and letters?
Replies: 4
Views: 1798

misterys are you in Qnet ?

When Yes Qry me !

My Nick Rusher2K

Thanks.
by Rusher2K
Mon Mar 08, 2004 8:48 am
Forum: Archive
Topic: bot devide between numbers and letters?
Replies: 4
Views: 1798

I Think you need this Script against ClonexS Proxys : bind JOIN - * proxy:join proc proxy:join {nick ident handle channel} { if {[regexp "^~?\[A-Za-z\]\[0-9\]\[0-9\]\[0-9\]\[0-9\]@.*\$" $ident]} { putquick "mode $channel +b [maskhost [lindex [split $ident @] 1]]" newchanban $chan...
by Rusher2K
Mon Jan 26, 2004 11:25 am
Forum: Archive
Topic: Only show one atime of 10 files
Replies: 6
Views: 1409

Only show one atime of 10 files

Hello i want to write a scripts that delet all logs in my logs direktory what are older than 20 days bus when i use : !tcl foreach file ./logs/ { set time2 [file atime $file]; set time2 [ctime $time2] ;putserv "PRIVMSG $chan :$time2 " } It only response one of the files Mon Jan 26 14:53:38...
by Rusher2K
Sun Jan 18, 2004 12:42 pm
Forum: Archive
Topic: Send Ftp Error
Replies: 0
Views: 1109

Send Ftp Error

Hello is some body here using Sendftp.tcl.
When i wan to send I get an Tcl error.

Tcl error [pisg_stats]: broken pipechild process exited abnormally

Some body has a fix ?
by Rusher2K
Thu Jan 08, 2004 1:30 pm
Forum: Archive
Topic: Adduser with an "~"
Replies: 3
Views: 1341

Adduser with an "~"

Hello i had an problem i want to add the user.quakenet.org users without the "~" but how here is my code : set uhost [getchanhost $nick $chan] if {[string match "*users.quakenet.org" $uhost]} { set hostmask *!*$uhost } else { set uhost [string trimleft $uhost "~"] set h...
by Rusher2K
Fri Jan 02, 2004 1:29 pm
Forum: Archive
Topic: Teamspeak2 Stats
Replies: 0
Views: 548

Teamspeak2 Stats

Teamspeak2 Servers create a stats page in admin pannel . How can I make my bot get the Information of the Maxusers here is the Code of the page : tr> <td> Current/MaxUsers: </td> <td> <input name="Current/MaxUsers" type="text" size="60" maxlength="255" value=&...
by Rusher2K
Thu Dec 18, 2003 3:25 pm
Forum: Archive
Topic: unknown math function error
Replies: 2
Views: 938

unknown math function error

Hello I get the error : [20:24] Tcl error [kickcheck]: unknown math function "kick" Here is the Code : bind kick "-" "% *" kickcheck proc kickcheck {nick host hand chan victim reason} { global kick putlog "start" if {![matchattr $hand m|m $chan] && $ni...
by Rusher2K
Tue Dec 16, 2003 12:29 pm
Forum: Archive
Topic: Exequte commands on the complete botnet.
Replies: 1
Views: 715

Exequte commands on the complete botnet.

How i Execute commands like chattr or adduser on the complete botnet (Nebots is installed)
by Rusher2K
Tue Dec 16, 2003 10:15 am
Forum: Archive
Topic: Preoblem with nettcl
Replies: 1
Views: 979

Preoblem with nettcl

Hello I had set nb_nettcl 1 in teh bot configs but when i execude : (15:11:41) (Rusher2k) .nettcl adduser blablub2 (15:11:41) (HelPeR-ISP4P) [15:11] #sound|Rusher2K# nettcl adduser blablub2 (15:11:41) (HelPeR-ISP4P) Executing command 'adduser blablub2' on netbots. (15:11:41) (HelPeR-ISP4P) Tcl: 1 (1...
by Rusher2K
Mon Dec 15, 2003 12:35 pm
Forum: Archive
Topic: sendcommand ask
Replies: 1
Views: 704

sendcommand ask

Hello I had an Botnet with Netbots and now my ask is can i use something like :

sendcommand * chattr $hand +3

.that do the chattr command on all bots in botnet .
Thx for help