Search found 57 matches

by Branden
Thu Jul 16, 2009 3:31 pm
Forum: Scripting Help
Topic: [TCL ERROR] wrong # args {{Solved}}
Replies: 15
Views: 9006

Ah, really sorry, the error was on my end...

I had the bot opered up, and it wasn't +o in the room, therefore it wasn't setting the modes.


I'll never make that mistake again. :]



Thank you all for your help!
by Branden
Wed Jul 15, 2009 8:24 pm
Forum: Scripting Help
Topic: [TCL ERROR] wrong # args {{Solved}}
Replies: 15
Views: 9006

"newchanban" is still not working nor outputting any errors. :S
by Branden
Wed Jul 15, 2009 8:11 pm
Forum: Scripting Help
Topic: [TCL ERROR] wrong # args {{Solved}}
Replies: 15
Views: 9006

How do you supoose to stick the ban thats never been set correctly? Your using putquick'd mode changes, not eggdrops internal bans to catch this. Perhaps you should use: proc CorePermBan { nick host hand chan text } { set who [lindex [split $text] 0] set why [lrange [split $text] 1 end] set whohost...
by Branden
Wed Jul 15, 2009 7:46 pm
Forum: Scripting Help
Topic: [TCL ERROR] wrong # args {{Solved}}
Replies: 15
Views: 9006

ERROR: [00:27] Tcl error [CorePermBan]: wrong # args: should be "stick ban ?channel?" SCRIPT: proc CorePermBan { nick host hand chan text } { set who [lindex [split $text] 0] set why [lrange [split $text] 1 end] set whohost [stricthost [lindex [split $text] 0] $chan] putquick "MODE $c...
by Branden
Tue Jul 14, 2009 9:42 pm
Forum: Scripting Help
Topic: [TCL ERROR] wrong # args {{Solved}}
Replies: 15
Views: 9006

Thank you!
by Branden
Tue Jul 14, 2009 8:50 pm
Forum: Scripting Help
Topic: [TCL ERROR] wrong # args {{Solved}}
Replies: 15
Views: 9006

[TCL ERROR] wrong # args {{Solved}}

Error: [23:24] Tcl error [CoreBan]: wrong # args: should be "stricthost host chan" Snippit: bind pub l|l !Ban CoreBan proc stricthost {host chan} { if {![string match "*@*" $host]} { return [maskhost "[string trimleft $host "!"]![getchanhost $host $chan]"] } r...
by Branden
Sun Oct 12, 2008 6:17 pm
Forum: Script Requests
Topic: Deop on Idle
Replies: 2
Views: 1707

Deop on Idle

Hi there,


I need a script that will have my eggdrop drop all access modes on a channel when a user don't talk/do anything on said channel after X minuets.

Modes: -qaoh



Thanks in advance!
by Branden
Sat Oct 11, 2008 2:52 pm
Forum: Script Requests
Topic: Extra Characters on StrictHost Script [Help]
Replies: 5
Views: 2573

Sorry for my delayed response, the script indeed does work.
But.
It is banning; *!*IDENT@Vhost

Example: *!*Branden@NetAdmin.CyberByteCafe.Co.CC

I want it to ban; *!*@*.rest.of.vhost

Example: *!*@*.CyberByteCafe.Co.CC
by Branden
Sun Oct 05, 2008 3:31 pm
Forum: Scripting Help
Topic: Bot Setting Wrong Modes [Help] {Solved}
Replies: 15
Views: 7891

Oh my, I totally forgot about my personal account, and for some reason, the Helper's host got added to it.

I'm truly sorry for this mishap.

Thank you all for your help. :D
by Branden
Sun Oct 05, 2008 1:37 pm
Forum: Scripting Help
Topic: Bot Setting Wrong Modes [Help] {Solved}
Replies: 15
Views: 7891

Handle: Root; Hosts: *!*@NetAdmin.CyberByteCafe.Co.CC; Modes: jlmnoptx; Handle: Admins; Hosts: *!*@Admin.CyberByteCafe.Co.CC; *!*@CoAdmin.CyberByteCafe.Co.CC; *!*@ServicesAdmin.CyberByteCafe.Co.CC; Modes: jlmoptx; Handle: Opers; Hosts: *!*@GlobalOper.CyberByteCafe.Co.CC; *!*@LocalOper.CyberByteCafe...
by Branden
Sat Oct 04, 2008 10:06 pm
Forum: Scripting Help
Topic: Bot Setting Wrong Modes [Help] {Solved}
Replies: 15
Views: 7891

Need help again, please see initial post.
by Branden
Sat Oct 04, 2008 5:04 pm
Forum: Scripting Help
Topic: Bot Setting Wrong Modes [Help] {Solved}
Replies: 15
Views: 7891

How do I do that?
by Branden
Sat Oct 04, 2008 4:03 pm
Forum: Scripting Help
Topic: Bot Setting Wrong Modes [Help] {Solved}
Replies: 15
Views: 7891

UnrealIRCd's Channel Owner (q)
and Protected Op (a)


The bot will set the modes in other commands, just not this one.
by Branden
Sat Oct 04, 2008 3:31 pm
Forum: Scripting Help
Topic: Bot Setting Wrong Modes [Help] {Solved}
Replies: 15
Views: 7891

By the way, my account has all modes, its the owner account, and its only getting channel modes +h
by Branden
Sat Oct 04, 2008 3:30 pm
Forum: Scripting Help
Topic: Bot Setting Wrong Modes [Help] {Solved}
Replies: 15
Views: 7891

n|n get chan modes +qaohv
m|m get chan modes +aohv
o|o get chan modes +ohv
h|h get modes +hv