X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fuserinputhandler.h;h=2d207255bf54af57bce3c8d0dd002e1b95a4f7ff;hp=fe0c3c615532ca6688348762bcb0c433cbf057d2;hb=22d6ab71ce70b20f2d2657a27e968570b3dcb837;hpb=0d2e5ff7439fe7bf9f24f1f55763881382ecb12a diff --git a/src/core/userinputhandler.h b/src/core/userinputhandler.h index fe0c3c61..2d207255 100644 --- a/src/core/userinputhandler.h +++ b/src/core/userinputhandler.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel Project * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -73,7 +73,6 @@ protected: void timerEvent(QTimerEvent *event); private: - void expand(const QString &alias, const BufferInfo &bufferInfo, const QString &msg); void banOrUnban(const BufferInfo &bufferInfo, const QString &text, bool ban); void putPrivmsg(const QByteArray &target, const QByteArray &message); int lastParamOverrun(const QString &cmd, const QList ¶ms);