core: Implement invite-notify
[quassel.git] / src / core / coresessioneventprocessor.h
index e168faf..1b309f8 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-2019 by the Quassel Project                        *
+ *   Copyright (C) 2005-2020 by the Quassel Project                        *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -64,6 +64,7 @@ public:
     Q_INVOKABLE void lateProcessIrcEventQuit(IrcEvent* event);
     Q_INVOKABLE void processIrcEventTopic(IrcEvent* event);
     Q_INVOKABLE void processIrcEventError(IrcEvent* event);  /// ERROR message from server
+    Q_INVOKABLE void processIrcEventSetname(IrcEvent* event); ///< Updated realname information
 #ifdef HAVE_QCA2
     Q_INVOKABLE void processKeyEvent(KeyEvent* event);
 #endif