Tag: IRC

  • [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…