!Ban & !Infoban
Created by Purcell, Modified by Khmer Used to ban/kick a user in a room using the remote command !ban Uses +b to set ban. Logs reason for the ban so you can display at a later time.
Page 1 of 16
Created by Purcell, Modified by Khmer Used to ban/kick a user in a room using the remote command !ban Uses +b to set ban. Logs reason for the ban so you can display at a later time.
!Time script. Gets the time from Wunderground.com. Syntax is !time city state | !time city country | !time airportcode | !time zipcode. It also has an alias /time that uses the same syntax but only echo's to t…
This script uses twitters search engine to search tweeds for matches. It returns the top 5 matches along with usernames and URL's. Syntax is !twitter search words or /twitter search words. !twitter or /twitter…
This is an update of the $ansi2mirc function, which doesn't quite convert the ansi colours properly. Use $ansi2mirc2(text) to convert ansi colour-coded text to mirc colours.
This dialog will allow you to get the $chr(#) for anything you enter into the edit box. It will also allow you to add it to the clipboard for ease of use.
This script will let you extract a specified .zip file to a specified directory.
The below snippet with tell you the percentage of capital letters , lowercase letters or both. It will only take into account letters in the string being checked. ;http://www.hawkee.com/snippet/3325/ ( based o…
A snippet to create a picture with colorgradient, or to create a frame around a picture or to create a progressbar.
Convert string from IRC to HTML format (processes and interprets control codes, spaces, HTML special chars)
This is an alias that is missing from mIRC for some reason. $utf8(N) will return the utf8 character that corresponds to the number (N). I also added two examples (flip & octatext) and the alias H2U. Flip will…