-
- Downloads
Added IRC_match(), which allows users to match against so-called
"IRC wildcards": * = Any 0 or more characters, ? = Any 1 character only. i.e. IRC_match("cyan@gammos.weyland-yutani.net","*@*.WEYLAND-YUTANI.NET") returns a match, whereas IRC_match("usr@something.com","????@*.com") does not.
Please register or sign in to comment