Top

mIRC Code Snippets Tagged with hash

  (25)  
Sort by 
Starts automatically when you start mIRC, and tracks all nick changes on a channel by channel basis. Somewhat multi-connection ready, presuming you're not tracking the same channel name on multiple connections. Lots
Tags: channel  hash  nick  track 
10 comment(s)   |   Score: 8.0   |   Language: mIRC   |   Posted by RusselB on Jul 14, 2008
This is a plain jane Dialog User Control Panel with some basic addons :) Hope you like it :) Cheers
Tags: control  dialog  hash  mirc  panel  tables  user 
3 comment(s)   |   Score: 4.0   |   Language: mIRC   |   Posted by Jack_Sparrow on May 20, 2008
This script has the ability to add new tables , items and data. It can also be used to delete tables , items or data. It can also be used to delete multiple items from a hash table at one time. Update:
Tags: dialog  hash  hashtable  table 
10 comment(s)   |   Score: 7.6   |   Language: mIRC   |   Posted by Scakk on May 18, 2008
This is a simple channel greet system using hash tables. It saves greets based on nick so you can have a different greet for each nick you use. !setgreet <nick> <greet> !delgreet <nick> !viewgreet
Tags: channel  greet  hash  system  tables 
8 comment(s)   |   Score: 6.0   |   Language: mIRC   |   Posted by Scakk on Apr 12, 2008
This is a simple !seen script for a bot or what ever you want. just copy and paste into a new remotes file. I will keep track of Parts, Quit, Kick, and Nick Changes.
Tags: bot  chan  hash  seen 
0 comment(s)   |   Score: 3.0   |   Language: mIRC   |   Posted by Gecko321 on Apr 08, 2008
This is the game Slots. !snew -- creates an account !smoney -- show money for $nick or $2 !sreset -- resets money to 1000 for $2 !play slot -- plays game Change " !isin " to be
Tags: casino  hash  hashtable  slots  table 
0 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by Scakk on Jan 14, 2008
This little ( started little any way ) will transfer a hash table to a text file and sort several different ways. Thanks to QuickStep for the " sorttxt " alias. ;Usage /htt HashTable WL/W
Tags: .txt  file  hash  hashtable  table  text 
0 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by Scakk on Jan 07, 2008
A very simple hash tables explorer for searching items with the ability to search for wildmatches. Select you hash table in the menu, enter your search terms and go. A list of matched results will appear.
Tags: explorer  hash  item 
6 comment(s)   |   Score: 6.5   |   Language: mIRC   |   Posted by LiQuiDFLamE on Nov 21, 2007
Documentation lies within the code.
Tags: add  delete  editor  hash  table 
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 
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 
5 comment(s)   |   Score: 5.7   |   Language: mIRC   |   Posted by Kyousoukyoku on Oct 17, 2007
Finally done rewriting it! *View Hash Tables *Add/Remove Hash Tables and Items *Edit Data Enjoy, put in remotes, type /file or right click and click the menu to start it up
Tags: .ini  .txt  dialog  editor  file  files  hash  hashtable  ini  remotes  table  txt  var  variable  viewer 
32 comment(s)   |   Score: 6.3   |   Language: mIRC   |   Posted by mountaindew on Oct 06, 2007
/hedit or $hedit <br> A simple alias that edits the data of a specified item in a hash table through hadd and hdel. You must specify all the required parameters otherwise the snippet will not
Tags: edit  hash  move  table 
9 comment(s)   |   Score: 4.7   |   Language: mIRC   |   Posted by Saeed on Sep 28, 2007
simple code that copies one hash table into a new one. * Further documentation in code.
Tags: copy  hash  paste  table 
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 
8 comment(s)   |   Score: 4.0   |   Language: mIRC   |   Posted by Kyousoukyoku on Sep 22, 2007
1 2 Next
Bottom