Top

mIRC Code Snippets Tagged with wildcard

  (3)  
Sort by 
/remban by Zaphod at Saturday Dec. 29 2007 <br> Allows you to specify a wildcard instead of a full address. It's different from /ban -r due to the alias removing multiple bans at a time. <br> /remban..
Tags: ban  match  remove  wildcard 
+ 0 likes
0 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by Zaphod on Dec 31, 2007
Snippet that reads from an ini based on wildcards. Also returns a list of matched items alternatively.
Tags: ini  read  wildcard  wildmatch 
+ 0 likes
3 comment(s)   |   Score: 7.7   |   Language: mIRC   |   Posted by Rebellious on Dec 20, 2007
With this script you can make it return the nickname matching your search. Example: someone types: !kick Freck pwned And the script has this: .kick $chan $nick.s($2,$chan) $3 It will return..
+ 0 likes
10 comment(s)   |   Score: 4.5   |   Language: mIRC   |   Posted by Freckle on Dec 13, 2007
Bottom