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.

auto respond multi-channel

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
f
fredvil
Voice
Posts: 21
Joined: Thu Dec 01, 2005 9:16 pm

auto respond multi-channel

Post by fredvil »

can anyone help me to make this script work on more than one channel i specified.. thanks in advance

bind pub -|- !help proc:commands
bind pub -|- !info proc:commands

proc proc:commands {nick uhost hand chan text} {
if {$chan == "#channel"} {
puthelp "PRIVMSG $nick :help blah blah"
puthelp "PRIVMSG $nick :info blah blah?"
}
}
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

get rid of that if
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
Post Reply