summaryrefslogtreecommitdiff
path: root/src/commandhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commandhandler.h')
-rw-r--r--src/commandhandler.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/commandhandler.h b/src/commandhandler.h
index 9ddc567e8..ec75d220f 100644
--- a/src/commandhandler.h
+++ b/src/commandhandler.h
@@ -71,21 +71,17 @@ class CommandHandler final
ChatTab *const tab,
const bool warn = false);
- void invokeCommand(const int type,
- const bool warn = false);
+ void invokeCommand(const int type);
void invokeCommand(const int type,
const std::string &args,
- ChatTab *const tab,
- const bool warn = false);
+ ChatTab *const tab);
void invokeCommand(const int type,
- const std::string &args,
- const bool warn = false);
+ const std::string &args);
void invokeCommand(const int type,
- ChatTab *const tab,
- const bool warn = false);
+ ChatTab *const tab);
protected:
friend class ChatTab;