summaryrefslogtreecommitdiff
path: root/src/gui/widgets/channeltab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/channeltab.h')
-rw-r--r--src/gui/widgets/channeltab.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/widgets/channeltab.h b/src/gui/widgets/channeltab.h
index 8c98189b..886ae28e 100644
--- a/src/gui/widgets/channeltab.h
+++ b/src/gui/widgets/channeltab.h
@@ -35,6 +35,10 @@ class ChannelTab : public ChatTab
Channel *getChannel() { return mChannel; }
+ void showHelp();
+
+ bool handleCommand(std::string type, std::string args);
+
protected:
friend class Channel;