summaryrefslogtreecommitdiff
path: root/include/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/commands.h')
-rw-r--r--include/commands.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/commands.h b/include/commands.h
index e247fc388..9f4c5a928 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -57,9 +57,12 @@ struct CommandSource
/* Whether or not this was a fantasy command */
bool fantasy;
+ std::list<Anope::string> reply;
+
+ ~CommandSource();
+
void Reply(LanguageString message, ...);
void Reply(const char *message, ...);
- void Reply(const Anope::string &message);
};
/** Every services command is a class, inheriting from Command.