diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/anope.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/anope.h b/include/anope.h index 192ad271c..19d9f9501 100644 --- a/include/anope.h +++ b/include/anope.h @@ -534,6 +534,7 @@ namespace Anope * @param Raw message from the uplink */ extern void Process(const Anope::string &); + extern void ProcessCommand(MessageSource &source, const Anope::string &command, const std::vector<Anope::string> ¶ms); /** Does a blocking dns query and returns the first IP. * @param host host to look up |