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 boodle
Fri Oct 31, 2014 10:25 am
Forum: Script Requests
Topic: ctcp-version new chatters and record reply
Replies: 2
Views: 5201

ctcp-version new chatters and record reply

i think i found the right proc (below) to get the bot to version incoming chatters , i just need to know how to save the response in a .db flatfile as nick!ident@ip:version-reply; or similar. bind join - * yo proc yo {nick uhost hand chan} { putserv "PRIVMSG $nick :\001VERSION\001" } any h...
by boodle
Tue Oct 07, 2014 6:21 am
Forum: Script Requests
Topic: mute.tcl please help fix Tcl error and m|m binding
Replies: 5
Views: 7125

thats all fixed now, thank you so much for your help , i had a quick crash course in bot user flags and i get where i was messing up now :D
by boodle
Mon Oct 06, 2014 6:23 pm
Forum: Script Requests
Topic: mute.tcl please help fix Tcl error and m|m binding
Replies: 5
Views: 7125

that fix worked perfectly, thank you so much :) , i still can't understand why changing the binding to o|o instead of m|m doesn't work to allow my ops to mute , even -|- doesn't work. i can't see anywhere else in the script where it binds to m|m. any clues??

thanks
bex (boodle)
by boodle
Mon Oct 06, 2014 5:13 pm
Forum: Script Requests
Topic: mute.tcl please help fix Tcl error and m|m binding
Replies: 5
Views: 7125

thank you so much , thats fixed the error , i'll go back to playing with the bindings again and hopefully it plays nice this time.

:D
by boodle
Mon Oct 06, 2014 4:18 pm
Forum: Script Requests
Topic: mute.tcl please help fix Tcl error and m|m binding
Replies: 5
Views: 7125

mute.tcl please help fix Tcl error and m|m binding

hi guys , this is my first post here , sorry if this is a repeat but i can't find the answer to this anywhere (even here). this is the mute.tcl available on; http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download&id=1111 it works great for me , as bot owner , just keeps throwing up the err...