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

by TALES
Fri Jan 13, 2006 1:41 pm
Forum: Scripting Help
Topic: round average
Replies: 2
Views: 5200

many tnx it worked

greets TALES
by TALES
Fri Jan 13, 2006 12:26 pm
Forum: Scripting Help
Topic: round average
Replies: 2
Views: 5200

round average

im having trouble with the round() what i have is this: set outputcounter3 [expr (([join $outputmysql " + "] - $min - $max) / ($i - 2)) * 100] set outputcounter3 [expr round($outputcounter3)] what i have are some numbers in outputmysql like: 25.20 25.9 28.83 24.98 19.94 28.99 29.29 27.94 2...
by TALES
Tue Apr 27, 2004 3:54 am
Forum: Archive
Topic: Autovoice
Replies: 9
Views: 1887

# onjoin whois nick and if the raw 307 is reply # registered nick -> voice nick # the raw will only be shown when nick has identifyed. set scan(nick) "#yourchannel" bind join - "$scan(nick) *" tls:join bind raw - 307 tls:ident proc tls:join {nick host hand chan} { global tls_nic...
by TALES
Tue Feb 17, 2004 3:34 pm
Forum: Archive
Topic: Removing Spamming bots with strange nicks
Replies: 43
Views: 16775

i have made 1 script for weird nicks could do some modification for your needs ?? i think that your talking about the virii FYLE i have found the source of FYLE that has some intresting thinks: 1 realname (always some domein name like .net .com etc..) 2 nick register with email *@hotmail.com (got th...
by TALES
Wed Feb 11, 2004 12:55 pm
Forum: Archive
Topic: binding a join
Replies: 7
Views: 1435

Just like the man saids:

Code: Select all

proc metainvite {nick host hand chan} { 
 if ($chan == "#skylords-intern") { 
 putserv "INVITE $nick #colossus" 
 return 0 
 } else {
   return 0
  } 
}
by TALES
Fri Feb 06, 2004 11:50 am
Forum: Archive
Topic: master commands and security
Replies: 1
Views: 931

i dont think the part of this is secure: set vmaster($host,$chan) "1")


take a look @ this : http://www.peterre.com/characters.html
by TALES
Fri Feb 06, 2004 11:28 am
Forum: Archive
Topic: Time script help
Replies: 2
Views: 1003

the set url is wrong i think: should be set url "http://www.timeanddate.com/worldclock/city.html?n=120" and the regexp: #this is the line you want i think ?? #<th>Current time</th><td><b>Friday, February 6, #2004, at 10:17:34 AM</b></td></tr> regexp -nocase {Current time</th><td><b>(.*?)</...
by TALES
Fri Feb 06, 2004 11:03 am
Forum: Archive
Topic: !tv script
Replies: 13
Views: 4247

how about this: in tcl FAQ on this forum ??
by TALES
Fri Feb 06, 2004 10:53 am
Forum: Archive
Topic: flag help
Replies: 5
Views: 1425

a little try wont hurt :D
by TALES
Sat Jan 10, 2004 9:48 pm
Forum: Archive
Topic: Please help
Replies: 12
Views: 2773

this wont speed up the answer if someone know the answer it will be posted
by TALES
Sat Jan 10, 2004 9:13 pm
Forum: Archive
Topic: Process on continuess repeat say every 5mins until trigger
Replies: 3
Views: 1017

in tcl archive there is a script abc (auto botnick changer) that keep the procces going when chatters are talking when x min nobody is talking in chan there will be called another proc. may be some editing for your needs ??
by TALES
Sat Jan 10, 2004 8:42 pm
Forum: Archive
Topic: Please help
Replies: 12
Views: 2773

try in dcc: .help -ignore
you will get info how to do it
by TALES
Sat Jan 10, 2004 8:30 pm
Forum: Archive
Topic: transferring info from bot to webiste
Replies: 3
Views: 1153

yes do a search in the tcl archive
by TALES
Sat Jan 10, 2004 9:47 am
Forum: Archive
Topic: trouble identifying with nickserv
Replies: 1
Views: 911

use a script this 1 works just a little editing http://www.cb3rob.net/~tales/scripts/ident.tcl

edit in proc id:suc the : putserv "PRIVMSG CHANSERV OP #channel1 botnick"
for your needs
by TALES
Sat Jan 10, 2004 9:41 am
Forum: Archive
Topic: Looking for MySQL Seen Script
Replies: 1
Views: 982

you can find a myseen mysql here http://barkerjr.net/irc/eggdrop/scripts/