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

by dq
Tue May 15, 2007 2:17 am
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1026383

I don't think it's working, at least not for me.. in a nutshell I basically want the bot to check for the invalid characters then return "You must provide a valid etc", with that being said I've done some research and to list all the characters that people could be using is an insanely red...
by dq
Tue May 15, 2007 12:58 am
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1026383

Ahh, I understand.. but what's the difference between using "*/[ab/]*" and just */[ab/]* as that's what I was using and it was breaking the bot? And while I have you, can you help me with a another proc I'm having issues with, basically with this next proc I want to test for all the invali...
by dq
Mon May 07, 2007 6:02 am
Forum: Scripting Help
Topic: Timed Message Help
Replies: 9
Views: 5602

Perhaps this is what you're after? proc start:timer {nick host hand chan text} { global channel msg interval id if {[matchattr $hand A] == 0} {noaccess2 $nick ; return} set name $nick set interval [lindex $text 0] set channel [lindex $text 1] set msg [lrange $text 2 end] utimer $interval timer putse...
by dq
Sat May 05, 2007 10:10 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1026383

I see I see, thanks for the update. However there was one issue I came across when adding via the command, the bot seems to malfunction when I add the word "[wordhere]" in some cases where the bot is idling people will use the brackets to evade the filtered words, so I thought I'd add them...
by dq
Sat May 05, 2007 9:26 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1026383

Hey Fz, Is there any possible way to implement a way for (either myself or you to include in the next release) a function that allows you to dynamically add bad words and/or advertising rules to the "aplists" (or even anything that's in the aplists file for that matter) file either by PUB/...
by dq
Tue Apr 24, 2007 6:28 am
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1026383

Sorry for the late reply, I lost track of time.. yeah you were right another proc was making use of the [timer] command once disabled AP started to work without any issues.

Cheers for such a lengthy script, you've probably made many channel owners very happy with this script, keep up the good work!
by dq
Mon Apr 23, 2007 3:05 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1026383

I see, well I ran that and this is the result; (05:03:23) (ChanBot) Currently: wrong # args: should be "timer" (05:03:23) (ChanBot) Currently: while executing (05:03:23) (ChanBot) Currently: "timer $bti [list pushmode $c -b $bm]" (05:03:23) (ChanBot) Currently: ("foreach&quo...
by dq
Mon Apr 23, 2007 12:08 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1026383

I'm having a slight issue with the script, it seems when a user activates the proc textl for spamming to much etc, the kick and ban follow through however once the ban time limit is over the ban isn't removed, the error that is printed just after the ban has been made is; [08:14] Tcl error [::AllPro...
by dq
Sat Jul 29, 2006 2:39 pm
Forum: Scripting Help
Topic: OnDeop
Replies: 1
Views: 2303

OnDeop

Hey all, I'm working with the abuse script that H@0 made, I was looking to make some additions to it like OnDeop and OnBan here's what I have so far.. I'm not 100% sure with the OnDeop or OnBan as I don't know the args or the bind to use =x # abuse user report by H@0 ver 1.0. # configuration # varia...
by dq
Fri Jun 16, 2006 1:56 pm
Forum: Script Requests
Topic: Looking for a script or module to create custom commands
Replies: 38
Views: 28480

Looking good Sir_Fz, you've done it again! haha

Anyway we can include flood protection so we don't get kids constantly typing .bindhere and the bot trying to respond?
by dq
Wed Jun 14, 2006 5:34 am
Forum: Scripting Help
Topic: Bracket Conflict [SOLVED]
Replies: 2
Views: 4451

Thanks :D
by dq
Wed Jun 14, 2006 3:23 am
Forum: Scripting Help
Topic: Bracket Conflict [SOLVED]
Replies: 2
Views: 4451

Bracket Conflict [SOLVED]

Is it just me or can't you use brackets within putserv messages proc uptime_pub {nick uhost hand chan text} { putserv "PRIVMSG $chan :12,0[ 2#dx 12,0; [uptime_getuptime] 12]" } (17:10:05:p) (dx) [02:10] Tcl error [uptime_pub]: invalid command name "#dx" Is there some kind of bypa...
by dq
Sun Jun 11, 2006 8:00 pm
Forum: Script Requests
Topic: Looking for a script or module to create custom commands
Replies: 38
Views: 28480

Try: set cmdsfile "scripts/cmds.txt" if {![file exists $cmdsfile]} { set fileid [open $cmdsfile w] close $fileid } { source $cmdsfile } set allcommands [list] foreach donecmd [split [read [set fileid [open $cmdsfile]]][close $fileid] \n][unset fileid] { if {[string match -nocase "bin...
by dq
Sun Jun 11, 2006 1:27 pm
Forum: Script Requests
Topic: Bindable commands?
Replies: 8
Views: 6053

What's that command supposed to do? I found a version in mIRC which pretty much sums up exactly what I wanted, on *:text:*:#:{ if ($me isop #) || ($me isop $chan) || ($address($nick,2) isin %botowner) || ($address($nick,2) isin %botadmins) && ($chan != #botsrus) { if ($left($1,1) == $+(%tri...
by dq
Fri May 26, 2006 9:23 am
Forum: Scripting Help
Topic: PM?
Replies: 10
Views: 15988

Sorry for such a late reply, hadn't had time to check it out.. it still doesn't work it wont respond via PM