core: Implement setname
[quassel.git] / src / core / coreuserinputhandler.h
index 770eae4..26e8500 100644 (file)
@@ -79,6 +79,13 @@ public slots:
     void handleQuote(const BufferInfo& bufferInfo, const QString& text);
     void handleSay(const BufferInfo& bufferInfo, const QString& text);
     void handleSetkey(const BufferInfo& bufferInfo, const QString& text);
+    /**
+     * Handle the setname command, setting the user's realname
+     *
+     * @param bufferInfo  Currently active buffer
+     * @param text        New realname
+     */
+    void handleSetname(const BufferInfo& bufferInfo, const QString& text);
     void handleShowkey(const BufferInfo& bufferInfo, const QString& text);
     void handleTopic(const BufferInfo& bufferInfo, const QString& text);
     void handleVoice(const BufferInfo& bufferInfo, const QString& text);