<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>oyr79 mIRC and PHP scripts</title>
	<atom:link href="http://www.oyr79.com/mirc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oyr79.com/mirc</link>
	<description>Download scripts for mIRC (snipets, add-ons, scripts and bots) and PHP</description>
	<pubDate>Sat, 27 Sep 2008 03:58:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Alternate Triggers for mIRCStorm</title>
		<link>http://www.oyr79.com/mirc/alternate-triggers-for-mircstorm/</link>
		<comments>http://www.oyr79.com/mirc/alternate-triggers-for-mircstorm/#comments</comments>
		<pubDate>Sun, 25 Mar 2007 07:40:29 +0000</pubDate>
		<dc:creator>oyr79</dc:creator>
		
		<category><![CDATA[mIRCStorm]]></category>

		<guid isPermaLink="false">http://www.oyr79.com/mirc/?p=16</guid>
		<description><![CDATA[I&#8217;ve added new alternate simple triggers for the bot 
I&#8217;ve also fixed the problem when displaying OS Uptime
With these triggers, you can simply command your bot using simple commands, for example: 
`join #mIRCStorm 
`cycle 
`kick nick 
etc 
Follow these steps below: 
1. Open your main.mrc using Notepad or mIRC remote script editor 
2. Find this [...]]]></description>
		<wfw:commentRss>http://www.oyr79.com/mirc/alternate-triggers-for-mircstorm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Friends Database</title>
		<link>http://www.oyr79.com/mirc/friends-database/</link>
		<comments>http://www.oyr79.com/mirc/friends-database/#comments</comments>
		<pubDate>Sat, 24 Mar 2007 06:08:59 +0000</pubDate>
		<dc:creator>oyr79</dc:creator>
		
		<category><![CDATA[mIRC Snipets]]></category>

		<guid isPermaLink="false">http://www.oyr79.com/mirc/?p=15</guid>
		<description><![CDATA[This snipet will help you to remember your friends&#8217; name from their nick or ip/hostmask
It&#8217;s very simple to use, just right click their nick and you&#8217;ll see some options: Add their nicks, add their ip/hostmask or check who they&#8217;re
This is the code:
; Created by oyr79 © 2007
; http://mirc.oyr79.com
on *:INPUT:*:{
  if ($$1 == +nick) { [...]]]></description>
		<wfw:commentRss>http://www.oyr79.com/mirc/friends-database/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Simple Kick All</title>
		<link>http://www.oyr79.com/mirc/simple-kick-all/</link>
		<comments>http://www.oyr79.com/mirc/simple-kick-all/#comments</comments>
		<pubDate>Thu, 22 Mar 2007 04:46:58 +0000</pubDate>
		<dc:creator>oyr79</dc:creator>
		
		<category><![CDATA[mIRC Snipets]]></category>

		<guid isPermaLink="false">http://www.oyr79.com/mirc/?p=14</guid>
		<description><![CDATA[By adding this snipet into your mIRC, you will able to kick a nick from all of channels where you&#8217;re op only with one simple command
Just type /ka nick your message in your mIRC and there you&#8217;re, he/she will be kicked off from all your channels :p
Kick message is optional ^_*
Here&#8217;s the code:
alias ka {
 [...]]]></description>
		<wfw:commentRss>http://www.oyr79.com/mirc/simple-kick-all/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Badword/Swearing Warn and Kick</title>
		<link>http://www.oyr79.com/mirc/badwordswearing-warn-and-kick/</link>
		<comments>http://www.oyr79.com/mirc/badwordswearing-warn-and-kick/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 09:12:32 +0000</pubDate>
		<dc:creator>ohav79</dc:creator>
		
		<category><![CDATA[mIRC Snipets]]></category>

		<guid isPermaLink="false">http://www.oyr79.com/mirc/?p=11</guid>
		<description><![CDATA[This simple snipet will warn, kick and then ban people who says a bad word in the channel
Thanks to RusselB for making this snipet
The code is:
on *:text:*:#:{
  var %a = 1, %b = $0
  while %a &#60;= %b {
  if $read(badword.txt,nts,$gettok($1-,%a,32)) {
  inc $+(%,violation,.,$address)
  if $($+(%,violation,.,$address),2) == 1 {
  .notice $nick This is your first [...]]]></description>
		<wfw:commentRss>http://www.oyr79.com/mirc/badwordswearing-warn-and-kick/feed/</wfw:commentRss>
		</item>
		<item>
		<title>mIRCStorm bot</title>
		<link>http://www.oyr79.com/mirc/mircstorm-bot/</link>
		<comments>http://www.oyr79.com/mirc/mircstorm-bot/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 07:39:29 +0000</pubDate>
		<dc:creator>ohav79</dc:creator>
		
		<category><![CDATA[mIRC bots]]></category>

		<category><![CDATA[mIRCStorm]]></category>

		<guid isPermaLink="false">http://www.oyr79.com/mirc/?p=10</guid>
		<description><![CDATA[mIRCStorm is an easy to run, easy to set-up, easy to use eggdrop alternative. Commands following from the highly successful stormbot.tcl make the bot fun as well as understandable. 
mIRCStorm is both suited to the beginner and the expert offering a wide range of features from basic channel command/protection commands to partyline and botnet functions. The [...]]]></description>
		<wfw:commentRss>http://www.oyr79.com/mirc/mircstorm-bot/feed/</wfw:commentRss>
		</item>
		<item>
		<title>mIRC IP Scanner</title>
		<link>http://www.oyr79.com/mirc/mirc-ip-scanner/</link>
		<comments>http://www.oyr79.com/mirc/mirc-ip-scanner/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 07:12:31 +0000</pubDate>
		<dc:creator>ohav79</dc:creator>
		
		<category><![CDATA[mIRC Snipets]]></category>

		<guid isPermaLink="false">http://mirc.oyr79.com/2007/03/20/mirc-ip-scanner/</guid>
		<description><![CDATA[This snipet can be used to scan certain IP address that used by users in the channel
This snipet is useful to detect people who makes trouble in your channel, e.g: spammer, inviter, or virus
You have three options:
1. Just scan people
2. Scan and kick all people with the same IP
3. Scan, kick, and ban all people with [...]]]></description>
		<wfw:commentRss>http://www.oyr79.com/mirc/mirc-ip-scanner/feed/</wfw:commentRss>
		</item>
		<item>
		<title>AI add-on for mIRCStorm</title>
		<link>http://www.oyr79.com/mirc/ai-add-on-for-mircstorm/</link>
		<comments>http://www.oyr79.com/mirc/ai-add-on-for-mircstorm/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 05:50:01 +0000</pubDate>
		<dc:creator>ohav79</dc:creator>
		
		<category><![CDATA[mIRCStorm]]></category>

		<guid isPermaLink="false">http://mirc.oyr79.com/2007/03/20/ai-add-on-for-mircstorm/</guid>
		<description><![CDATA[This add-on below will make your mIRCStorm can automatically answer some certain users&#8217; words
Follow the step carefully and it&#8217;s better for you to copy and paste the script than rewrite them manually:
Open CommandTriggers.mrc file then search this line:






      if ( $2 == makecmd ) { /MakeCMD $nick $chan $3 $4- }



add this below [...]]]></description>
		<wfw:commentRss>http://www.oyr79.com/mirc/ai-add-on-for-mircstorm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>mIRC mp3 console</title>
		<link>http://www.oyr79.com/mirc/mirc-mp3-console/</link>
		<comments>http://www.oyr79.com/mirc/mirc-mp3-console/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 05:21:26 +0000</pubDate>
		<dc:creator>ohav79</dc:creator>
		
		<category><![CDATA[mIRC Snipets]]></category>

		<guid isPermaLink="false">http://mirc.oyr79.com/2007/03/20/mirc-mp3-console/</guid>
		<description><![CDATA[This snipet allowed you to play some mp3 songs using your mIRC. You don&#8217;t have to use other mp3 player because this snipet has it own console to play your mp3 songs.
The display of this console is very simple but with more function such as control your playlist, etc.
This is the code:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; MP3 Console oyr79™ ;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [...]]]></description>
		<wfw:commentRss>http://www.oyr79.com/mirc/mirc-mp3-console/feed/</wfw:commentRss>
		</item>
		<item>
		<title>mIRC online notification</title>
		<link>http://www.oyr79.com/mirc/mirc-online-notification/</link>
		<comments>http://www.oyr79.com/mirc/mirc-online-notification/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 05:14:53 +0000</pubDate>
		<dc:creator>ohav79</dc:creator>
		
		<category><![CDATA[mIRC Snipets]]></category>

		<guid isPermaLink="false">http://mirc.oyr79.com/2007/03/20/mirc-online-notification/</guid>
		<description><![CDATA[This snipet allowed you to be notified whenever your friend&#8217;s nick is online on IRC
You can add your friend&#8217;s nick using the mIRC menu
This snipet will also tell you if someone using your nick or your friend&#8217;s nick. Your mIRC will automatically WHOIS him/her and tell you his/her IP address
This is the code:
; Created by [...]]]></description>
		<wfw:commentRss>http://www.oyr79.com/mirc/mirc-online-notification/feed/</wfw:commentRss>
		</item>
		<item>
		<title>mIRC anti Spam</title>
		<link>http://www.oyr79.com/mirc/mirc-anti-spam/</link>
		<comments>http://www.oyr79.com/mirc/mirc-anti-spam/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 05:01:56 +0000</pubDate>
		<dc:creator>oyr79</dc:creator>
		
		<category><![CDATA[mIRC Snipets]]></category>

		<guid isPermaLink="false">http://mirc.oyr79.com/2007/03/20/mirc-anti-spam/</guid>
		<description><![CDATA[This snipet will restrict people to be able to make a private conversation with you. When people send you a message, they&#8217;ll asked to enter the code. If the code is right, they will able to chat with you but if the code is wrong they&#8217;ll be blocked
This snipet can be inactivated using mIRC menu
Here&#8217;s [...]]]></description>
		<wfw:commentRss>http://www.oyr79.com/mirc/mirc-anti-spam/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
