Jump to content


Photo

MyRC


  • Please log in to reply
1 reply to this topic

#1 geekdude

geekdude
  • Members
  • 331 posts

Posted 11 April 2012 - 02:25 PM

MyRC is a user-friendly IRC engine, that can be used to make IRC bots that are 10-20 lines long.
I am not going to bother with version numbers, because I do not feel like it.
The version in the download will always be the current version.
It requires AHK_L ANSI

Download

MyRC Engine:
This is the core of all my IRC scripts.

MyRC Client:
This is my IRC client. You will often see me on the IRC as "GeeksClient".

MyRC Bot:
This is my IRC bot. AKA "MyRCBot" "MyRC_Bot" and "GeeksBot"

MyRC Template:
This is a simple template for people to make IRC scripts out of.


Special thanks to:
Dylan9o4: For making LoneIRC. It was my inspiration.
Camerb: For making HatchlingIRC. I borrowed a few regexes and things.
Gamax92: For Designing the GUI

#2 geekdude

geekdude
  • Members
  • 331 posts

Posted 11 April 2012 - 07:02 PM

Update:
MyRC Client:
Fixed Private messaging telling you you cannot message a channel

MyRC Bot:
Fixed the URL shortening not working if the URL contains an http:// at the beginning

MyRC Template:
Removed some unnecessary code