diff options
Diffstat (limited to 'include/commands.h')
-rw-r--r-- | include/commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/commands.h b/include/commands.h index 583f02da1..7f0b79e3d 100644 --- a/include/commands.h +++ b/include/commands.h @@ -81,6 +81,7 @@ public: bool IsFounder(ChannelInfo *ci); void Reply(const char *message, ...) ATTR_FORMAT(2, 3); + void Reply(int count, const char *singular, const char *plural, ...) ATTR_FORMAT(4, 5); void Reply(const Anope::string &message); bool HasCommand(const Anope::string &cmd); |