summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2012-11-16 08:50:43 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2012-11-16 08:50:43 +0000
commit452284ab9ed546a430cad13aeae4126cfcb616a2 (patch)
treeffcd491f7793f479f2a4342e9ce14fc61cec4154 /src
parent3e3dd269f63f808049b4c7df5c7f1e50b7daedf2 (diff)
Parse PONG more leniently
Diffstat (limited to 'src')
-rw-r--r--src/idle-parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/idle-parser.c b/src/idle-parser.c
index 1699774..159e6cc 100644
--- a/src/idle-parser.c
+++ b/src/idle-parser.c
@@ -85,7 +85,7 @@ static const MessageSpec message_specs[] = {
{"NOTICE", "cIr:", IDLE_PARSER_PREFIXCMD_NOTICE_CHANNEL},
{"NOTICE", "cIc:", IDLE_PARSER_PREFIXCMD_NOTICE_USER},
{"PART", "cIr.", IDLE_PARSER_PREFIXCMD_PART},
- {"PONG", "IIs:", IDLE_PARSER_PREFIXCMD_PONG},
+ {"PONG", "IIs.", IDLE_PARSER_PREFIXCMD_PONG},
{"PRIVMSG", "cIr:", IDLE_PARSER_PREFIXCMD_PRIVMSG_CHANNEL},
{"PRIVMSG", "cIc:", IDLE_PARSER_PREFIXCMD_PRIVMSG_USER},
{"QUIT", "cI.", IDLE_PARSER_PREFIXCMD_QUIT},