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

by LiquidZoo
Sat Jul 02, 2005 9:50 am
Forum: Archive
Topic: Voice script
Replies: 10
Views: 3646

Still giving me a strange error about the number of args, but it works now. Thanks a lot.
by LiquidZoo
Fri Jul 01, 2005 10:40 am
Forum: Archive
Topic: Voice script
Replies: 10
Views: 3646

I've almost fot it, but it keeps giving me this error: [10:36] Tcl error [voiceon]: invalid command name "0" Like I'm trying to pass the zero as a command... Here's what I've got: set ufile scripts/ufile.txt set tchan "#musb-trivia" set voiceVar 0 bind msg - voiceon voiceon bind ...
by LiquidZoo
Thu Jun 30, 2005 5:55 pm
Forum: Archive
Topic: Voice script
Replies: 10
Views: 3646

Ok, I think I see what you're saying. Let me see if I got it right: bind the msg to voiceon to start the script, then inside that set a variable to 1 that is default set to 0, and have another proc look for the trigger in the channel, but only if the variable is set to 1 So do I have the second bind...
by LiquidZoo
Thu Jun 30, 2005 2:18 pm
Forum: Archive
Topic: Voice script
Replies: 10
Views: 3646

That would make it so that everyone who sends a /msg to the bot with the trigger would be voiced, right? That's not exactly what I want. I want to turn on the script with a message to the bot, but have the trigger be something that is said in the channel text, not as a /msg Is this even possible to ...
by LiquidZoo
Thu Jun 30, 2005 10:20 am
Forum: Archive
Topic: Voice script
Replies: 10
Views: 3646

I only want to voice those that use the trigger in the channel, how do I go about doing that?
by LiquidZoo
Thu Jun 30, 2005 3:32 am
Forum: Archive
Topic: Voice script
Replies: 10
Views: 3646

Voice script

Ok, I want to have a script that will activate on a /msg $botnick but look in a channel for the trigger phrase (well, character), when the users give that character (a single ' * ', I think I defined that right) it will voice that user and put their nick in a file to be used later, then on /msg $bot...
by LiquidZoo
Wed Jun 29, 2005 1:32 pm
Forum: Archive
Topic: Couple more things
Replies: 3
Views: 1754

Update to the second question, since it may not be clear: I want !trigger to notice the user with the contents of a file something like this: set message_msg { { This is where it will call the file } } I already have the part where it will NOTICE the user with a message that's already there, but how...
by LiquidZoo
Wed Jun 29, 2005 12:53 pm
Forum: Archive
Topic: Couple more things
Replies: 3
Views: 1754

Couple more things

Ok, had some updates for my scripts; and there are a couple of things I can't figure out. First off, I would like to have a command that only responds to a /msg to the bot that will voice users in the channel when they respond with a single * and remember those usernames to remove the voice on anoth...
by LiquidZoo
Wed Jun 29, 2005 11:27 am
Forum: Archive
Topic: 2 scripting problems
Replies: 2
Views: 1668

Re: 2 scripting problems

Thanks!

Aside from a couple of formatting errors I had in the rest of the script, they now work perfectly!
by LiquidZoo
Wed Jun 29, 2005 3:35 am
Forum: Archive
Topic: 2 scripting problems
Replies: 2
Views: 1668

2 scripting problems

I have 2 probably simple, but unbelievably annoying problems, each with a script I am trying to modify for my own needs. First off, how do I execute a linux command (date -u) and store it inside a variable that I can later call in the middle of a block of text for a response? Say I wanted to call th...
by LiquidZoo
Wed Nov 17, 2004 9:51 pm
Forum: Archive
Topic: Help with a keyword for a script
Replies: 2
Views: 1469

Sorry for the late reply

Thank you. That worked perfectly
by LiquidZoo
Thu Nov 11, 2004 1:04 am
Forum: Archive
Topic: Help with a keyword for a script
Replies: 2
Views: 1469

Help with a keyword for a script

I have a script written that automatically executes on !command by itself in a channel. I would really like for it to parse through anything said in the channel for a keyword, but I can't figure out how to do this. Is there an easy way to take it from: !command - response to some words then command ...