X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcorebasichandler.h;h=7ea4e818828578600aaa56f8b506d4aa6afe08d3;hp=cec31ee82cacffc8c22dd2394a33359bad26b1ac;hb=0cfeb61fd9ed1c415bcd88796010843e87150e9c;hpb=694f9bfbf7f1af19108461c7e00d133e55082bce diff --git a/src/core/corebasichandler.h b/src/core/corebasichandler.h index cec31ee8..7ea4e818 100644 --- a/src/core/corebasichandler.h +++ b/src/core/corebasichandler.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-10 by the Quassel Project * + * Copyright (C) 2005-2013 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #ifndef COREBASICHANDLER_H @@ -58,7 +58,6 @@ signals: void putRawLine(const QByteArray &msg); protected: - void displayMsg(Message::Type, QString target, const QString &text, const QString &sender = "", Message::Flags flags = Message::None); void putCmd(const QString &cmd, const QByteArray ¶m, const QByteArray &prefix = QByteArray()); inline CoreNetwork *network() const { return _network; }