Trim the last parameter except for PRIVMSG and NOTICE
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 20 Feb 2013 19:31:54 +0000 (20:31 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 20 Feb 2013 19:36:20 +0000 (20:36 +0100)
commit9e637b2c82e4c6222e33f07ce9944794a95b9b1a
treea71929dcbbf6e2b37299988c72ffd6546bf55cc8
parent9fe8b8324d6b2501220beba4cefe1902ac6bb153
Trim the last parameter except for PRIVMSG and NOTICE

Just to be sure that we won't encounter any more side-effects with
ircds sending random trailing whitespace, let's trim the last parameter
except for PRIVMSG and NOTICE.
src/core/ircparser.cpp