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

by Joel
Mon Sep 12, 2005 4:39 am
Forum: Archive
Topic: Binding commands to a single set of channels
Replies: 9
Views: 8430

Anyone any ideas :(

Joel
by Joel
Fri Sep 09, 2005 10:03 am
Forum: Archive
Topic: Binding commands to a single set of channels
Replies: 9
Views: 8430

set allowedchans "#linod" set streamip "" set streamport "9000" set streampass "" bind pub * !stats stats_run # Basic Edit Functions proc shrink { calc number string start bl} { return [expr [string first "$string" $bl $start] $calc $number] } #Comm...
by Joel
Fri Sep 09, 2005 9:31 am
Forum: Archive
Topic: Binding commands to a single set of channels
Replies: 9
Views: 8430

Doh, what a plonker...
by Joel
Fri Sep 09, 2005 9:03 am
Forum: Archive
Topic: Binding commands to a single set of channels
Replies: 9
Views: 8430

Thankyou kindly for your help, added that, and sorted a problem with the position of my { and } (I think :S) anyway, I now have this --- Code Cut --- But get the error [13:53] Tcl error [stats_run]: invalid command name "shrink" Have i got something in the wrong place? excude my n00b ness,...
by Joel
Fri Sep 09, 2005 7:22 am
Forum: Archive
Topic: Binding commands to a single set of channels
Replies: 9
Views: 8430

Ah, right, updated the code above, but i'm getting a silly error that i cant seem to see whats causing it

12:24 <KryptoBot>12:21] Tcl error [stats_run]: extra characters after
close-brace

is it something to do with newline chars?

Joel
by Joel
Fri Sep 09, 2005 5:23 am
Forum: Archive
Topic: Binding commands to a single set of channels
Replies: 9
Views: 8430

Binding commands to a single set of channels

--new code below--


Is what i have, but my bot sits in a load of channels, but i only want the commands to be available in #chan and #chan.admin? How do i bind the script to those channels?

Joel
by Joel
Thu Sep 08, 2005 2:04 pm
Forum: Script Support & Releases
Topic: Shoutcast v1.03 Problems
Replies: 2
Views: 6561

Yes and yes,

Seems the script isnt supported, and its not actually kicking any errors out, so i'm a lottle stuc for options. I just wonderd if anyone else had observed this behavior with this script.

Joel
by Joel
Thu Sep 08, 2005 11:11 am
Forum: Script Support & Releases
Topic: Shoutcast v1.03 Problems
Replies: 2
Views: 6561

Shoutcast v1.03 Problems

Got this, set it up, connects to the server ok, and periodically spams the channel with the song etc, but none of the commands work. The bot sees the commands on the partyline: 16:09 <SchmooBot> [16:06] shoutcast: Joel requested songhistory But nothing gets returned to the channel. Anyone any ideas ...
by Joel
Wed Sep 07, 2005 5:25 am
Forum: Archive
Topic: newbie basic help script
Replies: 8
Views: 7487

Your a star, thanks :D

Is there any way to get it to just output everything in one chunk of text, rather than on separtate lines?

Joel
by Joel
Wed Sep 07, 2005 4:47 am
Forum: Archive
Topic: newbie basic help script
Replies: 8
Views: 7487

newbie basic help script

bind pub !help bot_help proc bot_help {nick uhost hand chan rest} { putchan $chan "Google Commands: !google !image !groups !local /n BoFH Commands: !bofh !selbofh /n Bash.org: !bash /n Others: !seen" return } I think I'm doing something wrong with the command !help? Anyone give me a quick...