RusselB commented on a Page, Msg halt script  -  Nov 21, 2008

Aside from using $istok for the channels, your current code would not work properly, as mIRC doesn't allow internal recursion of commands, yet the msg in the else section would call the alias again.

To force mIRC to use the built-in coding for the /msg command, prefix the command with an !

ie: /!msg

Also, you don't specify where the final message is to be sent to.

 alias msg { if !$istok(#mSL #mIRC #IRChelp #BNC,$chan,32) {   /!msg $chan $$1-  } }
 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.