Top

mIRC Code Snippets by Daveoh

  (11)  
Sort by 
Automatically creates and maintains multiple socket connections to multiple IRC servers. The script should be added to to create more automated commands. Currently it returns PING replies from the server..
Tags: bot  connect  irc  sockets 
+ 0 likes
5 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by Daveoh on Mar 08, 2008
A tournament script I did for some people a while ago. Might still have a bug or two... leave a comment if so. Modify it to your needs (might need quite a bit of changing) and replace all #CHANNEL with..
Tags: cup  game  tournament 
+ 0 likes
2 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by Daveoh on Sep 28, 2007
This is a custom identifier and command that will return text encoded to suit URLs (e.g. hello%20world) Usage: $urlencode(text) will return the encoded text, and /urlencode text will echo the encoded..
Tags: encode  percent  url 
+ 0 likes
4 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by Daveoh on Jul 29, 2007
This is a simple local countdown script, which will count down and from a date. Usage: /countdown <date> Acceptable formats for date:
Tags: countdown  date  timer 
+ 0 likes
5 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by Daveoh on Jun 23, 2007
This will replace the default TEXT output if someone uses the colour of your background as the colour of any of their text. Output may need to be tweaked to match your theme. Oh yeah this might be a bit..
Tags: text 
+ 0 likes
2 comment(s)   |   Score: 8.7   |   Language: mIRC   |   Posted by Daveoh on Jun 17, 2007
This is a simple script I use to tell when someone has highlighted me, along with mIRC's line highlighting. Usage: mIRC will beep twice (or however many you want and however fast if you want to edit it)..
Tags: away  highlight 
+ 0 likes
2 comment(s)   |   Score: 3.0   |   Language: mIRC   |   Posted by Daveoh on Apr 18, 2007
Searches froogle (Google's shopping search engine) for items and returns the first four. Use: !froogle <text> Warning: Make sure you have flood protection on or you are allowed to send the required..
Tags: froogle  google  item  price  product  search 
+ 0 likes
5 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by Daveoh on Dec 08, 2006
A binary clock :D This will teach you how to tell the time on a binary clock aswell as tell the time :) /bclock - turns it on /block off - turns it off (also turns off when you close the window) The..
Tags: binary  clock  fun 
+ 0 likes
5 comment(s)   |   Score: 8.3   |   Language: mIRC   |   Posted by Daveoh on Sep 23, 2006
What it does: Returns a will echo the tinyurl to the active window
Tags: socket  tinyurl  web 
+ 0 likes
6 comment(s)   |   Score: 6.5   |   Language: mIRC   |   Posted by Daveoh on Aug 21, 2006
This grabs information about a BF2 server and displays it to the channel requested from. Requires IP and port number formatted as IP:port. Includes name, players, ranking and password status, booster..
Tags: bf2  game  server  socket  stats 
+ 0 likes
2 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by Daveoh on Jun 09, 2006
Here's a revision of the old Battlefield 2 stats gatherer, the bf2s.com site changes a bit so this code has to aswell. It can use a player's nickname or PID to check the stats. It now uses flags aswell..
Tags: bf2  game  socket  stats 
+ 0 likes
6 comment(s)   |   Score: 6.0   |   Language: mIRC   |   Posted by Daveoh on Mar 14, 2006
Bottom