Snippets
In Category General IRC
Posted by Snippets
On 12/06/23
Likes 0
Comments 0
Bar Script (Randomized) v2 by CrazyDriver
Hello All,
As previously said in my v1 script that in the v2 script will allow users to either Give Themselves or Give Others and this was accomplished!
I have changed the cool down from 30 Seconds to 10 seconds and removed the .timer 1 3 as it...
In Category General IRC
Posted by Snippets
On 12/06/23
Likes 0
Comments 0
/unzip & $unzip() v1.1 by ^WeSt
This is an usefull alias/identifier that allowing you to unzip/extract an ZIP file (and only .zip file) into a specific destination/folder without any extra tools by using Windows functions, it was tested under mirc 7.52 on Windows 10 and working, i ...
In Category General IRC
Posted by Snippets
On 12/06/23
Likes 0
Comments 0
Enforce-bans by simo
This will kick all banned users slightly faster since it stores in var and then kick
like:
kick #channel nick,nick,nick,nick,nick,
this is especially usefull when gettin rid of spambots
In Category General IRC
Posted by Snippets
On 12/06/23
Likes 0
Comments 0
Anti PM spam by simo
this kick bans users that send u PM right after u join a channel ( within 2 seconds line 1 in the code ) and obviously u need to be opped on the channels
In Category General IRC
Posted by Snippets
On 12/06/23
Likes 0
Comments 0
mIRC - /big & /huge by raccoon
Makes your text bigly. Tiny code edition.
In Category General IRC
Posted by Snippets
On 12/06/23
Likes 0
Comments 0
Color RGB/HSL/HEX converter by Degausser
A few functions to handle conversion between different types
$rgbtohex(N N N)
$rgbtohsl(N N N) .decimal
$hextorgb(N) .comma .single
$hextohsl(N) .decimal
$hsltorgb(N N N, [decimal]) .comma .single
$hsltohex(N N N, [decimal])
parameters dic...
In Category General IRC
Posted by Snippets
On 12/06/23
Likes 0
Comments 0
URL with highlighted text by Matt5150
Usage: $d.url(text text text https://www.google.it/ text)
Return: alt text
In Category General IRC
Posted by Snippets
On 12/06/23
Likes 0
Comments 0
Anti cloned nicks by simo
this will ban and kick out cloned nicks like:
nick123
nick893
nick982
nick165
nick672
nick98387
nickjhe98
also it checks for cloned hosts/ips
In Category General IRC
Posted by Snippets
On 12/06/23
Likes 0
Comments 0
Protect channel admins/ops/Bots by simo
protecting from impersonating channel admins/ops/bots:
for example if your channel Bot or OP/Admin 's nick is admin it will kickban those that try to impersonate with nicks like admin_5454 jh98123_admin and other paterns.
In Category General IRC
Posted by Snippets
On 12/06/23
Likes 0
Comments 0
Address finder by Matt5150
With this script you can search for a nick/address using $ial (internal address list).
Usage:
/faddr matt*
Result:
matt* (1) on freenode is:
1) Matt5150 - ~Matt@unaffiliated/matt5150
/faddr *@unaff*
Result:
@unaff (21) on freenode is:
1)...