All you have to do is download mirc. Then follow these steps:
1.Open mirc
The first window you see os a window you will get every time input:Full name,email address,nickname (Whatever you want bot nick to be) alternative nick (nick available if bot nick pings out
2. Under "Connect" go to "servers" click the "ADD" button For Description put whatever (
WyldRyde would be the best)
For
IRC Server: Put your
IRC server (you can find your
IRC Server at
http://www.wyldryde.org/servers , eg.
IRC.
WyldRyde.org)
Don't worry about group.If your nick is registered, put that password box.
click add
Now find
WyldRyde or whatever you named the description on the
IRC Servers list.
Click select
Now you have everything ready to go
Go back to connect and click connect
You will be logged into
WyldRyde but, in no room (yet)
You need to type this in: /join #ryanbecker (or whatever chatroom)
You can do this command in anychatroom to join another. you want the bot to be in)
Now for scripts
Go up to the top of mirc where you see all these little icons. Click the one that is like a paper witha little green star by it click it (or wuicker while incide mirc hit alt +r) You are now in the mirc script editor. Make sure you are in the Remote Tab.
Here you can enter in any mirc script you want. This is how your rules would be
on :text:!rules:#ryanbecker: {
if (($calc(($ctime- %lastupdatetime)) >= 1) || (!%lastupdatetime)) {
set %lastupdatetime $ctime
/msg $chan Your Rules go here
}
}
Enter this in under the remote tab and edit Your rules go here to whatever you want them to be.
You can copy this script as many times as you want to make more. They will look like this:
on :text:!rules:#ryanbecker: {
if (($calc(($ctime- %lastupdatetime)) >= 1) || (!%lastupdatetime)) {
set %lastupdatetime $ctime
/msg $chan Your Rules go here
}
}
on :text:what is cam:#ryanbecker: {
if (($calc(($ctime- %lastupdatetime)) >= 1) || (!%lastupdatetime)) {
set %lastupdatetime $ctime
/msg $chan I am using a logitech webcam
}
}
It is very simple and as easy as copy past and edit. Now THIS COPY OF MIRC IS FOR YOUR BOT ONLY!
What this means is that the bot nick is just a nick sitting on an
IRC server doing nothing. When you add scipts, it does something. It runs off of triggers. So this copy of mirc is just for the bot. If you want another mirc to use for you, download another copy. When you go into "your" copy of mirc. Make sure the remote tab in scripts editor is blank.
That is simply it! Basicly yes, you are hosting this bot. If you wanted to alk to someone about a diffrent kind of bot that runs triggers, a php bot, talk to Phil.
***Learning the mirc language is really easy! Study the scripts and then try making your own. You can be surprised how advanced this bot can become with the right scripts :)***