mIRC Snippet:
$ischanmode
Posted on Dec 25, 2007 1:22 pm
Posted on Dec 25, 2007 1:22 pm
Ah, I knew this would come up. That would work, but this is better because it supports wildcards. If the modes were +ist, $ischanmode(#,it) would not work. However, $ischanmode(#,i*t) would work. Just makes it easier to return matches.
mIRC Snippet:
$ischanmode
Posted on Dec 25, 2007 1:01 pm
Posted on Dec 25, 2007 1:01 pm
| Code: |
alias ischanmode return $iif($2 isincs $chan($1).mode,$true,$false) |
That\'d do I think.
mIRC Snippet:
$ischanmode
Posted on Dec 25, 2007 12:59 pm
Posted on Dec 25, 2007 12:59 pm
Yes I know it is simple, but, as stated in the documentation, I found it very useful and thought I\'d share it with others. Thanks for your rating though!





