X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fircuser.h;h=ed0e945d995cd15de5810129afd51e43ec9e8f9b;hp=00df169cd21f8a5141f39654e6cd188c5093cc7b;hb=3282d98e3b3324f1b1fb573b03dca9e4e247417c;hpb=7a1202a4d6b127521ac1d460aed45ffe9383ebf0 diff --git a/src/common/ircuser.h b/src/common/ircuser.h index 00df169c..ed0e945d 100644 --- a/src/common/ircuser.h +++ b/src/common/ircuser.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 * @@ -18,8 +18,8 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#ifndef _IRCUSER_H_ -#define _IRCUSER_H_ +#ifndef IRCUSER_H +#define IRCUSER_H #include #include @@ -110,6 +110,7 @@ public slots: void joinChannel(const QString &channelname); void partChannel(IrcChannel *channel); void partChannel(const QString &channelname); + void quit(); void addUserModes(const QString &modes); void removeUserModes(const QString &modes); @@ -134,6 +135,7 @@ signals: // void channelJoined(QString channel); void channelParted(QString channel); + void quited(); void userModesAdded(QString modes); void userModesRemoved(QString modes);