Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 194923
Collapse All | Expand All

(-)dircproxy-1.2.0-beta2.orig/src/irc_server.c (-1 / +1 lines)
Lines 1155-1161 Link Here
1155
      
1155
      
1156
        if (!strcmp(cmsg.cmd, "ACTION")) {
1156
        if (!strcmp(cmsg.cmd, "ACTION")) {
1157
          irclog_log(p, IRC_LOG_ACTION, logdest, msg.src.orig,
1157
          irclog_log(p, IRC_LOG_ACTION, logdest, msg.src.orig,
1158
                     "%s", cmsg.paramstarts[0]);
1158
                     "%s", (cmsg.paramstarts != NULL) ?  cmsg.paramstarts[0]: "none");
1159
1159
1160
        } else if (!strcmp(cmsg.cmd, "DCC")
1160
        } else if (!strcmp(cmsg.cmd, "DCC")
1161
                   && p->conn_class->dcc_proxy_incoming) {
1161
                   && p->conn_class->dcc_proxy_incoming) {

Return to bug 194923