svn: 2028
@@ -90,7 +90,7 @@ Lines prefixxed with '-' were disabled before release and are not finishsed, or
* cmd_getkey over .botcmd was displaying excess newlines.
* Rewrote how logs are shared over botnet, now uses much less bw and resources. (#31)
-[will break logging during update]
-* Added some missing logging for msg_pass
+* Added some missing logging for msg_pass (#34)
1.2.2
* Don't sanity check flags for users on DCC CHAT if they are on the bot via .botcmd.
@@ -13,8 +13,10 @@ static int msg_pass(char *nick, char *host, struct userrec *u, char *par)
if (match_my_nick(nick))
return BIND_RET_BREAK;
- if (!u)
+ if (!u) {
+ putlog(LOG_CMDS, "*", "(%s!%s) !*! PASS", nick, host);
+ }
if (u->bot)
if (!par[0]) {