Top

mIRC Code Snippets Tagged with get

  (4)  
Sort by 
I haven't submitted a script in AWHILE here, but now here's one! This is how it works: Someone types !msg It gives them instructions on what do do next, so they type !send person's_name The message
Tags: box  get  inbox  input  message  messages  msg  msgs  new  output  read  receive  send 
3 comment(s)   |   Score: 3.7   |   Language: mIRC   |   Posted by Trav on Apr 12, 2008
This is a simple code that returns the percentage of capital and non-capital letters in a line of text. For example: If I were to type: //echo -a $iscaps(III).get it would return %100. If I were
Tags: capital  get  letters  non 
2 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by Saeed on Sep 28, 2007
This alias will find all bans matching whatever you search for, for example; /sb *.net would search for all addresses on the ban list ending with .net and return them in the channel. The newer version,
Tags: ban  bot  channel  find  form  from  get  list  search 
5 comment(s)   |   Score: 3.0   |   Language: mIRC   |   Posted by SyntaxIRC on Jul 02, 2007
Lets you download files from the internet. Supports cancelling, pausing and resuming downloads. See comments (text between /* and */) in code.
Tags: download  get  http  internet  socket 
10 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by hixxy on Aug 21, 2006
Bottom