Tag: mIRC
-
[mIRC] Request: Coloured nicks
This little snippet will simply colour nicknames when you send a message to a channel that contains nicknames within a line. It wont work if you have other on input events, I.e. acronyms, etc.. you’d have to implement it into that input event. Enjoy!
-
[mIRC] Colour talker.
Version 1.02 – Now detects if +c or +S is set on the channel, and will stop using colour if it is. Copy the code below: Usage: /ctalk help – Concise information on using this script You can also use the popups. I can’t remember who requested this script, and I’m sure I passed it…
-
[mIRC] Request: Ban an IP file
A quick and short script written to zline IPs in a specified file. The IPs must be listed in the file as one IP per line, e.g.: 1.3.4.5 1.2.3.4 1.4.5.6 5.6.3.2 6.7.8.6 etc… Follow the instructions to use. Let me bring to attention my use of timers over a while loop for budding scripters. The…
-
[mIRC] Request: !protect & !deprotect
Someone requested a !protect and !deprotect script be made for mIRC, so here it is! It uses chanserv to set the +a and -a modes. I’ve not tested extensively so errors are entirely possible, let me know if you spot any errors or have suggestions for improvements. Please set the level yourself, this scriptlet is…