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
Sun Jul 27, 2003 6:15 am
Forum: Archive
Topic: Script help needed
Replies: 2
Views: 1070

Script help needed

hello, can you help me ? i wat that this script catch the site after start of eggdrop every 30 mins and if the [--Sendeplan--] quits ! who can help me ? package require http bind sign - "#sound \[--Sendeplan--\]!*@*.*" quit set url "http://www.scooter-ibb.de/sound" proc quit {nic...
by Rusher2K
Sun May 11, 2003 8:22 am
Forum: Archive
Topic: Why doesnt it works !!
Replies: 0
Views: 1255

Why doesnt it works !!

I hade edit Qban tcl to make a Qop tcl I cann add peoble in list but teh bot didnt op !!!! the people whrere in teh list when i make .qban list büt white {{nick}} set qchan "#emotion-public" # path to data file set qfile "./qban.data" ### binds ### bind join - "$qchan *!*@*&...
by Rusher2K
Sun May 11, 2003 8:20 am
Forum: Archive
Topic: Time msg TCL
Replies: 12
Views: 3972

OK thx it works
by Rusher2K
Sun May 11, 2003 7:48 am
Forum: Archive
Topic: Time msg TCL
Replies: 12
Views: 3972

must i make bind time - "00 * * * *" my:msg bind time - "10 * * * *" my:msg bind time - "20 * * * *" my:msg bind time - "30 * * * *" my:msg bind time - "40 * * * *" my:msg bind time - "50 * * * *" my:msg bind time - "60 * * * *" m...
by Rusher2K
Sun May 11, 2003 6:37 am
Forum: Archive
Topic: Time msg TCL
Replies: 12
Views: 3972

Time msg TCL

How can i display a msg in a chan every 10 minutes ?
Thx for Help
by Rusher2K
Sat May 10, 2003 5:56 am
Forum: Archive
Topic: Getops.tcl Help !!!
Replies: 2
Views: 1476

Getops.tcl Help !!!

I had linked two bots : Rusher-Bot1 (rusher@213.146.187.122) Rusher-Bot2 (rusher@213.146.187.120) They are Linked here teh Bot tree : [11:45:42] [Rusher-Bot1]: Bot1 [11:45:42] [Rusher-Bot1]: `-+Bot2 [11:45:42] [Rusher-Bot1]: Average hops: 1.0, total bots: 2 [11:46:04] [Rusher-Bot1]: Current netbots:...
by Rusher2K
Fri May 09, 2003 11:05 am
Forum: Archive
Topic: HELP
Replies: 2
Views: 1362

I trie to do if some body ban the bot that he msg L

and have somebody an idee iff the bot cant join the chan that he msg L something ?
by Rusher2K
Fri May 09, 2003 9:51 am
Forum: Archive
Topic: HELP
Replies: 2
Views: 1362

HELP

Can it work white $botnick or give it an $ for bot host ?

Code: Select all

if {($mode == "+b") && ($arg == $botnick) && ([string match "+deopprot" $i]) && ([onchan L $chan])} {
putserv "PRIVMSG L :unbanall $chan"
}
[/code]
by Rusher2K
Sat May 03, 2003 2:52 pm
Forum: Archive
Topic: HELP
Replies: 2
Views: 1443

HELP

How i make this ad displaying on all chans the bot is but not on chan #1 one ??? # Alternative, hit ctrl+k in IRC and copy paste in to dialog box. # ################################################################################ ##### GENERAL SETTINGS #### # Channel set channel "#isp4p" #...
by Rusher2K
Fri May 02, 2003 9:21 am
Forum: Archive
Topic: Re Advesing
Replies: 0
Views: 850

Re Advesing

Can somebody script me a tcl that if somebody adversing in a channel join the chan and say something an than part ??
by Rusher2K
Fri Apr 18, 2003 10:47 am
Forum: Archive
Topic: Whats Wrong ?
Replies: 1
Views: 612

Whats Wrong ?

Tcl error [say]: called "say" with too many arguments

Code: Select all

bind pub - ${PUBCHAR}say say

proc say {text} {
if {$chan!="#vitamin.c"} {return}
  set djsay [lindex $text 0]
  puquick "msg #gab.sound! :Msg: $djsay"
}