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

by greenbear
Sun Jul 24, 2005 12:06 pm
Forum: Archive
Topic: I know this is a lot but I need it for my bot :o
Replies: 6
Views: 3439

this is a tcl forum, so most people dont know (or like) mirc scripting, so you have a better chance of getting help if you describe what the script is supposed to do and ask nicely for help. this is also a community where we help users of the free software eggdrop, for free. so offering money for he...
by greenbear
Sat Jul 23, 2005 8:50 pm
Forum: Archive
Topic: sicherheit scripts
Replies: 30
Views: 14160

this should let you pick a random bot

Code: Select all

set randombot [lindex [bots] [rand [llength [bots]]]]
by greenbear
Sat Jul 23, 2005 8:38 pm
Forum: Archive
Topic: bad nickname tcl help
Replies: 11
Views: 4733

remove the existing channel checks, then add this line on top of your script

Code: Select all

set udef flag badnick
and then add this line as the first line inside every proc triggered by a pub command

Code: Select all

if ![channel get $chan badnick] return
by greenbear
Sat Jul 23, 2005 8:34 pm
Forum: Archive
Topic: I know this is a lot but I need it for my bot :o
Replies: 6
Views: 3439

imo, people offering money on this forum should be banned from it.
by greenbear
Sat Jul 23, 2005 8:29 pm
Forum: Archive
Topic: process problem
Replies: 6
Views: 3629

You most likely compiled Tcl as threaded.
If you have a limited amount of processes, configure your bot with "./configure --disable-tcl-threads", if not, then dont worry about it.
by greenbear
Fri Jul 22, 2005 2:21 pm
Forum: Archive
Topic: litle flood problem
Replies: 3
Views: 4559

your eggdrop does what automatic?
by greenbear
Fri Jul 22, 2005 2:14 pm
Forum: Script Support & Releases
Topic: badrealname bug
Replies: 29
Views: 44725

Re: tcl error

Volume wrote:Tcl error [badwhois:check]: invalid command name "stripcodes"
upgrade your eggdrop
by greenbear
Fri Jul 22, 2005 1:16 pm
Forum: Archive
Topic: litle flood problem
Replies: 3
Views: 4559

add services to the bot with +f
by greenbear
Thu Jul 21, 2005 3:36 pm
Forum: Archive
Topic: Antipjen-drone script
Replies: 19
Views: 13387

he use string index to see if parts of the nick is normal chars [a-Z] (alpha) or numbers (integer). read up on string here.
by greenbear
Wed Jul 20, 2005 7:31 pm
Forum: Archive
Topic: Extracting a certain area of a string
Replies: 2
Views: 2036

this should store it in a var called $p2

Code: Select all

regexp {P2:\s(.*?)\s-->} $value . p2
by greenbear
Mon Jul 18, 2005 1:00 pm
Forum: Archive
Topic: Time Script
Replies: 5
Views: 2972

np
by greenbear
Mon Jul 18, 2005 12:46 pm
Forum: Archive
Topic: Time Script
Replies: 5
Views: 2972

try this # the chan you want this to work in set tm(chan) #chan bind pub - !time pub:ttime proc pub:ttime {nick uhost hand chan text} { global tm if {![string eq -noc $tm(chan) $chan]||[info exists tm($uhost)]} {return} if {$text!=""} {set n [lindex [split $text] 0]} {set n $nick} if [onch...
by greenbear
Mon Jul 18, 2005 11:03 am
Forum: Archive
Topic: Bot removing user-placed bans
Replies: 8
Views: 3790

sorry, i misread your question, its +userbans.
make sure your banlist isnt full .. some servers only allow 20 active bans.
by greenbear
Mon Jul 18, 2005 10:59 am
Forum: Archive
Topic: Time Script
Replies: 5
Views: 2972

# the chan you want this to work in set tm(chan) #chan bind pub - !time pub:ttime proc pub:ttime {nick uhost hand chan text} { global tm if {![string eq -noc $tm(chan) $chan]||[info exists tm($uhost)]} {return} set n [lindex [split $text] 0] if [onchan $n $chan] { putserv "PRIVMSG $n :\001TIME...
by greenbear
Mon Jul 18, 2005 9:43 am
Forum: Archive
Topic: Filename of logfiles when using "keep-all-logs 1"
Replies: 6
Views: 3003

you know you can change the name using the 'set logfile-suffix' settting in your config.