diff options
| author | 2010-08-21 17:35:06 +0000 | |
|---|---|---|
| committer | 2010-08-21 17:35:06 +0000 | |
| commit | 4e5992a14496bd2134219aea5c35efb35f9c96ae (patch) | |
| tree | a5a324cb890df6331731841f7623690f5917ded1 /src | |
| parent | - fixed notifier close button (diff) | |
| download | KVIrc-4e5992a14496bd2134219aea5c35efb35f9c96ae.tar.gz KVIrc-4e5992a14496bd2134219aea5c35efb35f9c96ae.tar.bz2 KVIrc-4e5992a14496bd2134219aea5c35efb35f9c96ae.zip | |
fix for #881
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4921 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src')
| -rw-r--r-- | src/kvirc/sparser/kvi_sp_numeric.cpp | 2 | ||||
| -rw-r--r-- | src/kvirc/sparser/kvi_sp_tables.cpp | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/src/kvirc/sparser/kvi_sp_numeric.cpp b/src/kvirc/sparser/kvi_sp_numeric.cpp index 86f19fbe4..f13411c72 100644 --- a/src/kvirc/sparser/kvi_sp_numeric.cpp +++ b/src/kvirc/sparser/kvi_sp_numeric.cpp @@ -379,8 +379,6 @@ void KviServerParser::parseNumericMotd(KviIrcMessage *msg) // :prefix 372 target : - <motd> // 377: RPL_MOTD2 [?] // :prefix 377 target : - <motd> - // 378: RPL_MOTD3 [Austnet] - // :prefix 377 target : - <motd> // 375: RPL_MOTDSTART [I,E,U,D] // :prefix 375 target : - <server> Message of the Day - // 372: RPL_ENDOFMOTD [I,E,U,D] diff --git a/src/kvirc/sparser/kvi_sp_tables.cpp b/src/kvirc/sparser/kvi_sp_tables.cpp index dc2b62cc8..17995d9c5 100644 --- a/src/kvirc/sparser/kvi_sp_tables.cpp +++ b/src/kvirc/sparser/kvi_sp_tables.cpp @@ -466,7 +466,7 @@ messageParseProc KviServerParser::m_numericParseProcTable[1000]= PTM(parseNumericMotd) , // 375 RPL_MOTDSTART PTM(parseNumericMotd) , // 376 RPL_ENDOFMOTD PTM(parseNumericMotd) , // 377 RPL_MOTD2 - PTM(parseNumericMotd) , // 378 RPL_MOTD3 + PTM(parseNumericWhoisOther) , // 378 RPL_WHOISHOST 0, // 379 0, // 380 0, // 381 |
