Top

mIRC Code Snippets by Kyousoukyoku

  (8)  
Sort by 
In code documentation.
Tags: bot  edit  manager  set  unset  variables 
+ 0 likes
3 comment(s)   |   Score: 5.5   |   Language: mIRC   |   Posted by Kyousoukyoku on Oct 21, 2007
In code documentation.
Tags: advertise  mp3 
+ 0 likes
3 comment(s)   |   Score: 6.5   |   Language: mIRC   |   Posted by Kyousoukyoku on Oct 20, 2007
Documentation lies within the code.
Tags: add  delete  editor  hash  table 
+ 0 likes
0 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by Kyousoukyoku on Oct 18, 2007
In code instruction provided. Paste in remotes.
Tags: hash  info  item 
+ 0 likes
2 comment(s)   |   Score: 4.5   |   Language: mIRC   |   Posted by Kyousoukyoku on Oct 17, 2007
; Ini <-> hash table - Kyousoukyoku/XteNsion ; Syntax: ; /hash2ini (hash table) (ini name without the .ini) (ini topic to put items in) ; /ini2hash (ini without the .ini) (hashtable) (ini topic..
Tags: convert  hash  ini 
+ 0 likes
5 comment(s)   |   Score: 5.7   |   Language: mIRC   |   Posted by Kyousoukyoku on Oct 17, 2007
The non-MDX version of the mp3 player I made. Simple to use: /xtensionmp3 to open. Everything else should be self-explanatory. ;)
Tags: mp3  player 
+ 0 likes
3 comment(s)   |   Score: 6.8   |   Language: mIRC   |   Posted by Kyousoukyoku on Oct 16, 2007
simple code that copies one hash table into a new one. * Further documentation in code.
Tags: copy  hash  paste  table 
+ 0 likes
3 comment(s)   |   Score: 4.3   |   Language: mIRC   |   Posted by Kyousoukyoku on Sep 24, 2007
A simple code that allows you to view the items in a hash table. It gives you the option to delete or add items on free will. /hview (hash) - lists all items in the table in the new window, giving..
Tags: add  delete  hash  table  view 
+ 0 likes
8 comment(s)   |   Score: 4.0   |   Language: mIRC   |   Posted by Kyousoukyoku on Sep 22, 2007
Bottom