Alright, first I would like to tell you all where to get information about irc bots.
http://ilfirin.org/graal/Graal_v4_IRC
Go their for information about the irc bots.
Now, for the event bots.
I had access to the admin panel, but after the new update..I lost it. I no longer recieve admin, I've tried everything. Restarting NC. Restarting Game Server etc..nothing has worked.
The problem is somewhere is one of these parts of the scripts:
NPC Code:
sendtext("irc","privmsg",{"IRCBot","!resetevents"} );
OR
function onReceiveText(texttype,textoption,textlines) {
if (texttype=="irc" && textoption=="privmsg" &&
textlines[0]=="IRCBot" && textlines[1]=="!eventsbotlogin") {
sendtext("irc","privmsg",{"IRCBot",{"!eventadmins" ,this.admins[0],this.admins[1]}});
sendtext("irc","privmsg",{"IRCBot",{"!eventchannel ",this.channel}});
}
}
And, theirs a bug with the IRC Chat (Picture Attached)