X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoreuserinputhandler.cpp;h=6a53cad29c3f9e290aaf022bb9da2e452cfac081;hp=4f551f1c42ad6fac35105d117f5cd16f72f6590b;hb=921e54680da16fcf2adb7a90506875aceb6633a4;hpb=40601ae070413b727a68e35e5b8c619176c661b1 diff --git a/src/core/coreuserinputhandler.cpp b/src/core/coreuserinputhandler.cpp index 4f551f1c..6a53cad2 100644 --- a/src/core/coreuserinputhandler.cpp +++ b/src/core/coreuserinputhandler.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 by the Quassel Project * + * Copyright (C) 2005-2015 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -767,7 +767,7 @@ void CoreUserInputHandler::putPrivmsg(const QByteArray &target, const QByteArray // For example, blowfish-ebc seems to create 8-char chunks. static const char *cmd = "PRIVMSG"; - static const char *splitter = " .,-"; + static const char *splitter = " .,-!?"; int maxSplitPos = message.count(); int splitPos = maxSplitPos;