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 Dec 11, 2003 6:42 am
Forum: Archive
Topic: Quakenet ANTI - Takeover TCL Scripts - >> inside
Replies: 2
Views: 1293

richard you can use Meltdowns Anti-Overtake
or use the bots from #sicherheit the bots are very good !
by Rusher2K
Sun Dec 07, 2003 4:33 am
Forum: Archive
Topic: User file Share Ask
Replies: 1
Views: 1254

User file Share Ask

Hello when a leaf bot is
Downloading userfile from ***

will his own user file delet and replaced with stis or will it added to the other user file ?
by Rusher2K
Wed Nov 26, 2003 11:37 am
Forum: Archive
Topic: Countdown
Replies: 1
Views: 1299

Countdown

Hello,

has somebody an idea how to write a script that show the countdown until dezember 24

Like :

!countdown
3wks 6days 7hrs 26mins 1sec untill X-mas
by Rusher2K
Tue Nov 11, 2003 4:56 pm
Forum: Archive
Topic: modified partyline access/restrictions
Replies: 12
Views: 3166

Unbind the dcc command .op and add a new flag then wrote your own .op script that checks the flag you have added if the user has the flag its op him.
:wink:
by Rusher2K
Tue Nov 11, 2003 4:22 pm
Forum: Archive
Topic: USer list @ Chan
Replies: 1
Views: 804

USer list @ Chan

Hello How I let my Bot Creat a Stat page every 10 min for each chan he is on (-inactive) with the Infos :

The Bot Users with there handle and if they are on chan with there current nick and flags on chan !

HAve anybody an Idee or give it a script that do this ?

Thx for Help
by Rusher2K
Tue Nov 11, 2003 1:42 pm
Forum: Archive
Topic: extra characters after close-quote???
Replies: 7
Views: 2697

Post the Script and the error msg and not only the error msg.
by Rusher2K
Tue Nov 11, 2003 9:08 am
Forum: Archive
Topic: Linkin' the Bots :/
Replies: 16
Views: 4418

Yo can take the VHost.
by Rusher2K
Tue Nov 11, 2003 8:42 am
Forum: Archive
Topic: Linkin' the Bots :/
Replies: 16
Views: 4418

by Rusher2K
Tue Nov 11, 2003 8:34 am
Forum: Archive
Topic: extra characters after close-quote???
Replies: 7
Views: 2697

You can download files from shell with the Client from www.ssh.com
by Rusher2K
Mon Nov 10, 2003 11:59 am
Forum: Archive
Topic: Recruitment Questions script
Replies: 7
Views: 1636

When you want to send e-mails have al look @

http://www.egghelp.org/cgi-bin/tcl_arch ... oad&id=108

Allows you to send e-mails through the bot.
by Rusher2K
Mon Nov 10, 2003 11:51 am
Forum: Archive
Topic: need tcl-help for a protection script
Replies: 8
Views: 1612

hi

putquick "PUTQUICK Q :deopall $chan"
must changed to:
putquick "PRIVMSG Q :deopall $chan"
and the other putquick "PUTQUICK .........

I Hope this help you : http://www.peterre.com/characters.html
by Rusher2K
Sun Nov 09, 2003 1:27 pm
Forum: Archive
Topic: Bot removes bans after op sets them ?
Replies: 9
Views: 1761

I think it is the ban-time or exempt-time in the eggdrop config.
by Rusher2K
Sun Nov 09, 2003 11:58 am
Forum: Archive
Topic: check OP Nedd Help!!!
Replies: 2
Views: 874

This Script work fine. Have you loaded it ? Have you forgotten to set #mychan to your chan ? Mfg Rusher2K (16:57:29) (@Rusher2K) !sop (16:57:29) (Chaos-FM) Rusher2K You are op! (16:57:35) —› mode: (Rusher2K) sets (-o Rusher2K) (16:57:36) (Rusher2K) !sop (16:57:37) (Chaos-FM) Rusher2K Tou aren't op!
by Rusher2K
Sun Nov 09, 2003 9:30 am
Forum: Archive
Topic: Timed commands
Replies: 15
Views: 3481

Use Script like :

Code: Select all

set nickpass "nickservpass"

bind join - * nickserv
proc nickserv { nick uhost hand args } {
    putlog "Start Identify to Nickserv"
    putserv "PRIVMSG nickserv :identify $nickpass"
    putlog "Done Identify to Nickserv"
  }
by Rusher2K
Tue Nov 04, 2003 8:54 am
Forum: Archive
Topic: DCC Chat
Replies: 17
Views: 4889

Eggheads had written an example script i hope this can help you :

Code: Select all

http://members.fortunecity.com/eggheadtcl/chatme.tcl.txt