diff options
Diffstat (limited to 'src/common/proto-irc.c')
-rw-r--r-- | src/common/proto-irc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/proto-irc.c b/src/common/proto-irc.c index b8899855..6a3ee30e 100644 --- a/src/common/proto-irc.c +++ b/src/common/proto-irc.c @@ -1264,7 +1264,7 @@ irc_inline (server *serv, char *buf, int len) if (plugin_emit_server (sess, type, word, word_eol)) goto xit; word[1]++; - word_eol[1] = buf + 1; /* but not for xchat internally */ + word_eol[1] = buf + 1; /* but not for HexChat internally */ } else { |