summaryrefslogtreecommitdiff
path: root/src/commandhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commandhandler.h')
-rw-r--r--src/commandhandler.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/commandhandler.h b/src/commandhandler.h
index 2bf670c1..42f68b2f 100644
--- a/src/commandhandler.h
+++ b/src/commandhandler.h
@@ -28,8 +28,7 @@ class ChatTab;
extern ChatTab *localChatTab;
-#define BOOLEAN_OPTIONS _("Options to /%s are \"yes\", \"no\", \"true\", "\
-"\"false\", \"1\", \"0\".")
+std::string booleanOptionInstructions(const char *command);
/**
* A class to parse and handle user commands