Aurora801 commented on a Page, ctcp version reply for help based channel  -  Jul 19, 2009

I dunno if you added it, but if you want to, it might help with something like this:

on *:JOIN:#HelpChan: {
 ctcp $nick VERSION
 msg #HelpChan Version Info for .: $+ $nick $+ :.
}
on ^*:CTCPREPLY:VERSION*: { msg #HelpChan $remove($1-,VERSION) $1- }

on *:OPEN:#: {
if ($active == #HelpChan) { enable #Menu.Help | halt }
else { halt }
}

#Menu.Help off
menu channel {
Help
.Ctcp ( $+ $1 $+ )
..Version:/ctcp $1 VERSION
..Ping:/ctcp $1 PING
..Time:/ctcp $1 Time
..Custom:/ctcp $1 $$?"Ctcp?"
.AutoVoice: {
 if ($group(#AutoVoice.Help) = on) { disable #AutoVoice.Help | echo -a AutoVoice Disabled. | halt {
 if ($group(#AutoVoice.Help) = off) { enable #AutoVoice.Help | echo -a AutoVoice Enabled. | halt }
if (!$grou(#AutoVoice.Help)) { echo -a Auto Voice system Does Not Exist. | halt }
 }
}
#Menu.Help end

#AutoVoice.Help off
on *:JOIN:#HelpChan: { mode $chan +v $nick }
#AutoVoice.Help end

That's just me. But I think it'd work. I'll test it to make sure it works. :]

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.