Skip to content
Search the code archive

Search Snippets

Find community code by title, description or tag without leaving the TG007 Snippets library.

25 results found
Search results

Results for “irc”

25 matches

General IRC 12/06/23

mIRC duel game by dronez4

Hi guys so i'm making a simple command line game, i've finished making a standard one, theres so much more to add but for now i'll show you what its like. this is called the DUEL game: Look at the pastebin to see what the game is like. https://pastebin…

By Snippets 0 likes 0 comments
View
General IRC 12/06/23

Anti-Mass-Join by simo

Most modern updated IRCD's have all kinds of features to prevent mass joins some dont tho and those that have usually only lock channel if mass joins detected not removing mass joiners therefor this code might be some sort of solution for that part some…

By Snippets 0 likes 0 comments
View
General IRC 12/06/23

DNSBL Check by [85]

This source code was written originally by "Patje", but with a few DNSBL bases, some was outdated. I added new DNSBL bases who are on my Eggdrop to watch which one DNSBL base Gzline innocent ppls with real IPs. If you have better bases come and tell me o…

By Snippets 0 likes 0 comments
View
General IRC 12/06/23

/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 am not…

By Snippets 0 likes 0 comments
View
General IRC 12/06/23

$exe() identifier by ^WeSt

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) .total (optional) = Will return the total exe…

By Snippets 0 likes 0 comments
View
General IRC 12/04/23

PM Request by YmmaX

With this mIRC script you can manage your query by accepting or decline it. Also in this script you can set some common channel(s) and if user is in that channel/s the PM will be not filtered and it can write without moderation; script makes a exception for…

By Snippets 0 likes 0 comments
View
General IRC 12/04/23

HTML Parser by biase

HTML Parser - you can scrap webs using this alias .. Requirement: Internet Explorer 9 and above Opening/parsing data into the NAME $html(,) for URL : noop $html(NAME,https://forums.mirc.com/ubbthreads.php/forums/5/1/scripts-popups) for FILE…

By Snippets 0 likes 0 comments
View