diff options
Diffstat (limited to 'src/common/ctcp.c')
-rw-r--r-- | src/common/ctcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/ctcp.c b/src/common/ctcp.c index d02355cf..ebfb604d 100644 --- a/src/common/ctcp.c +++ b/src/common/ctcp.c @@ -48,7 +48,7 @@ ctcp_reply (session *sess, char *nick, char *word[], char *word_eol[], /* process %C %B etc */ check_special_chars (conf, TRUE); auto_insert (tbuf, sizeof (tbuf), conf, word, word_eol, "", "", word_eol[5], - server_get_network (sess->server, TRUE), "", "", nick); + server_get_network (sess->server, TRUE), "", "", nick, ""); free (conf); handle_command (sess, tbuf, FALSE); } |