mIRC Code Snippets Tagged with knoeki
(23)
y-floodfill picture fader. nothing special, just the result of playing with picture windows for a bit.
usage: type /yfloodfill and browse for an image. (you can also specify an image directly on the..
+ 1 likes
1.0b - Initial release
1.0.1 - small bugfix; directory changing to a different disk with a label works properly now.
+ 2 likes
An alias and identifier in one, BONUS! ;_)
usage is simple. when you simply want to message some nice coloured text to a channel...:
/rb this is my fancy coloured message.
as an identifier:
$rb(-i,..
+ 1 likes
Just a simple scriptmanager. Doesn't do much, but does it well.
Should be quite obvious how it works. ;_)
also, my first released dialog, after playing with it the past few days... more..
+ 1 likes
Scan channels and show the amount of each found TLs (Top Level Domain).
Works cross-channel, and has pretty decent error checking.
Also included is a TLD lookup trigger, to find out what a TLD means.
.
Constructive..
+ 1 likes
Simple identifier, but very effective, as far as I've used it.
This is useful on networks where there are extra modes that mIRC generally doesn't let you check for, such as Owner/CO-Owner (+qo, ~),..
+ 1 likes
There's only one bug I know of: as soon as you try to do anything while converting, mIRC will hang.. I'm afraid this is to blame to the fact that mIRC scripts do not run in a seperate thread, as I..
+ 1 likes
Another fun little trigger I made, and also my first time playing with hashtables.
usage:
!active <#chan>
shows active nicks in the past few minutes on the current channel, or another channel,..
+ 1 likes
!idle trigger for bots.
takes input as follows:
!idle <nick> [channel]
returns idle time of nick on channel. if you don't specify a channel, it defaults to the channel where the event was..
+ 1 likes
Another custom identifier. this one takes a nickname, and returns a string of channels that both you and the other person are on, seperated by commas, ended by a period.
for example:
#zomgwtfbbq,..
+ 1 likes
This is a very simple custom identifier that I needed for something, maybe it's useful for you.
usage:
$numsuf(<number>)
returns the number you supplied, with a proper counting suffix. for..
+ 1 likes
+ 1 likes
useful for bots when you want to load a file from another client.
supports error checking, check if files exist and also if files are actually loaded.
you may need to change some stuff to get it..
+ 1 likes


