View Single Post
  #1  
Old 08-28-2005, 05:00 AM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
Attention: IRC Bots

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)
Attached Images
 
Reply With Quote