Top

mIRC Code Snippets by RubixCube

  (7)  
Sort by 
Much similar to my $disconnected snippet and almost the exact opposite of hixxy's $joined snippet. Thanks for the idea. $parted(#channel)
+ 0 likes
2 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by RubixCube on Oct 24, 2007
The idea was based off of hixxy's $joined snippet. Returns the total number of seconds you have been disconnected from a network. Syntax: $disconnected(network). For example (if I were just disconnected..
Tags: disconnected  time 
+ 0 likes
2 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by RubixCube on Oct 23, 2007
; Command-based mp3 - RubixCube ; Syntax: ; /mp -r/p (mp3name)/s/e ; /mp -se -d/a/b/c ; Ripping is forbidden ; Contact: rub1xcube@yahoo.com Syntax: -r : random play -p (mp3name) : plays a match..
Tags: command  mp3  player 
+ 0 likes
3 comment(s)   |   Score: 6.0   |   Language: mIRC   |   Posted by RubixCube on Oct 04, 2007
Not really a token identifier. It gives the user a choice of 3 options: $coltok(etc).fr so if I were to type: //echo -a $coltok(This is a test).fr it would return 'This is a test' with the first..
Tags: color  first  random  talk 
+ 0 likes
4 comment(s)   |   Score: 6.7   |   Language: mIRC   |   Posted by RubixCube on Sep 30, 2007
Checks your lag every [x] seconds when you connect. You can also get it echoed when you right-click the channel menu and go to Lag check. Many other options are configurable there as well, please take..
Tags: check  lag 
+ 0 likes
6 comment(s)   |   Score: 6.0   |   Language: mIRC   |   Posted by RubixCube on Sep 30, 2007
Really simple query dialog that pops up when someone msgs you. It gives you the option to add a user to a friends list so that it automatically ignores the dialog if the user is in the friends list. You..
Tags: accept  decline  query 
+ 0 likes
21 comment(s)   |   Score: 6.6   |   Language: mIRC   |   Posted by RubixCube on Sep 29, 2007
ABOUT: A seen script I made. It stores all the data in a hash table, constantly updating the nick's current seen status. Simple code, simple to use. Editing is fine, as long as you give me credit for..
Tags: event  nick  seen 
+ 0 likes
18 comment(s)   |   Score: 8.0   |   Language: mIRC   |   Posted by RubixCube on Sep 29, 2007
Bottom