Top

mIRC Code Snippets Tagged with zomgwtfbbq

  (13)  
Sort by 
Similar to my last identifier, I now present you $chrpad(). $chrpad(txt, len, chr, s) txt is the text you want to apply padding to. len is the MAXIMUM length of the full string, including..
+ 1 likes
0 comment(s)    Score: 0.0    Platform: mIRC    Posted by knoeki on Jul 02, 2009
Once again, I\'m back with another custom identifier. I wrote this just because I happened to need this a few times. It doesn\'t do much, but what it does do, it does right. (confused yet? :_))...
Tags: knoeki  num  number  pad  padding  padnum  prefix  zomgwtfbbq  zowb 
+ 2 likes
1 comment(s)    Score: 0.0    Platform: mIRC    Posted by knoeki on Jun 29, 2009
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..
Tags: bot  domain  knoeki  level  scan  scanner  tld  top  zomgwtfbbq  zowb 
+ 1 likes
5 comment(s)    Score: 0.0    Platform: mIRC    Posted by knoeki on Jun 27, 2009
Very simple little script. checks and shows the channel your total, used, and free diskspace. Someone might like it. UPDATE: Added a little bonus oneliner, just copy/paste it into your inputbox..
+ 1 likes
4 comment(s)    Score: 0.0    Platform: mIRC    Posted by knoeki on Mar 26, 2009
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
9 comment(s)    Score: 0.0    Platform: mIRC    Posted by knoeki on Mar 22, 2009
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
3 comment(s)    Score: 0.0    Platform: mIRC    Posted by knoeki on Mar 13, 2009
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
5 comment(s)    Score: 7.0    Platform: mIRC    Posted by knoeki on Jan 26, 2009
!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
4 comment(s)    Score: 0.0    Platform: mIRC    Posted by knoeki on Jan 26, 2009
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
7 comment(s)    Score: 0.0    Platform: mIRC    Posted by knoeki on Jan 26, 2009
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
14 comment(s)    Score: 0.0    Platform: mIRC    Posted by knoeki on Jan 25, 2009
+ 1 likes
0 comment(s)    Score: 0.0    Platform: mIRC    Posted by knoeki on Jan 21, 2009
This little snippet was taken from you might want to remove the comments before using, for some reason it parses the comments as something that has to be /set on a variable... no idea why.
+ 1 likes
2 comment(s)    Score: 1.0    Platform: mIRC    Posted by knoeki on Dec 15, 2008
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..
Tags: bot  knoeki  loader  remote  zomgwtfbbq  zowb 
+ 1 likes
7 comment(s)    Score: 0.0    Platform: mIRC    Posted by knoeki on Dec 01, 2008
Bottom