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…
Reusable mIRC, IRC and technology code shared by TG007 members over the years.
6 active categories
116 snippets · Page 3 of 12
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…
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:…
Here is my latest game - CallBreak. Its a multiplayer card game, a kind of brain-teaser that you would probably enjoy playing. For rules, please type !cbrules. It is a 4-player game and AI players will join…
So this is my latest Math game which takes some real math skills and fast mind calculations to win. You get a set of numbers, some target numbers, and some operations. Your target is to use the numbers to fo…
A simple IP to Country A simple non-socket ip to country that will return a country name based on ip.
Service commands in menu
2 Player Dice Roll Game Commands: !dice !ds or !ds nickname
Simple Fight game Syntax: !fight nickname or !fight stats nickname Note: Variables are saved once an hour after use, just reload the Fight.ini if need be . Feel free too edit the randomisers for different ou…
Simple, effective nick grabber for stolen or occupied nicks, wrote a long time ago for networks without a nickserv (e.g. IRCnet).
You can check for a running .exe progress on tasklist via that identifier. Usage: $exe(name.exe)[.total] (If the exe that your specified exist then it will return $true otherwise will be returned $false) .to…