-/* $Id: irclog.js,v 1.13 2006/11/27 15:45:00 mmondor Exp $ */
+/* $Id: irclog.js,v 1.14 2006/11/30 18:32:48 mmondor Exp $ */
-var irc_version = '$Id: irclog.js,v 1.13 2006/11/27 15:45:00 mmondor Exp $';
+var irc_version = '$Id: irclog.js,v 1.14 2006/11/30 18:32:48 mmondor Exp $';
function file_read(name)
{
irc_channel + ' :' +
msg.substr(s.length));
continue;
+ } else if (on_channel &&
+ (s = msg.match(/^!A [^\n]* :/)) != null) {
+ s = s.toString();
+ w = msg.split(' ');
+ if (w[1] == irc_msg_passwd)
+ this.putline('PRIVMSG ' +
+ irc_channel +
+ " :\001ACTION " +
+ msg.substr(s.length) +
+ "\001");
+ continue;
}
}
}