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

by cryptic
Fri Apr 27, 2007 10:35 am
Forum: Scripting Help
Topic: need a professionals help with a monitoring script :)
Replies: 10
Views: 5769

If you'd looked at the tcl-commands.doc again, you'd have noticed that "bind kick" requires 6 arguments, not 5. Dang it you're right lol. I looked and looked and it was as plain as the nose on my face...probably why I kept missing it. Thanks rosc2112. Sorry to be a pain there :D Thank you...
by cryptic
Thu Apr 26, 2007 7:25 pm
Forum: Scripting Help
Topic: need a professionals help with a monitoring script :)
Replies: 10
Views: 5769

bind sign - {*} [namespace current]::onquit proc monitor::onsign {nickname hostname handle channel reason} { There's your invalid command/proc name. It has the wrong name.. And obviously the error mentioned invalid number of args being passed to ontopc, so go read the tcl-commands.doc and look at t...
by cryptic
Thu Apr 26, 2007 3:12 pm
Forum: Scripting Help
Topic: need a professionals help with a monitoring script :)
Replies: 10
Views: 5769

ok, the script works like a dream tosser. However, I think we found our first cockroachs lmao <MonitorBot> [15:09] Tcl error [::monitor::onquit]: invalid command name "::monitor::onquit" <MonitorBot> [15:27] Tcl error [::monitor::ontopc]: wrong # args: should be "::monitor::ontopc nic...
by cryptic
Thu Apr 26, 2007 2:58 pm
Forum: Scripting Help
Topic: need a professionals help with a monitoring script :)
Replies: 10
Views: 5769

thank you tosser!!

Works like a dream. I did have to place an end quote after the putlog script information at the bottom because it was unclosed. But after fixing that, works exactly as I wanted it to.

Thank you so much!
by cryptic
Wed Apr 25, 2007 9:05 pm
Forum: Scripting Help
Topic: need a professionals help with a monitoring script :)
Replies: 10
Views: 5769

need a professionals help with a monitoring script :)

hello! I have this script that allows me to monitor all activity and send the echo to another room to view without having to actually be in the room. However, though it works ok, I keep receiving errors such as: <MonitorBot> [20:52] Tcl error [pmsg]: invalid command name "pmsg" <MonitorBot...