diff options
author | Adam <Adam@anope.org> | 2016-12-01 10:59:06 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2016-12-01 11:01:19 -0500 |
commit | d95bc84eda5c131374b7097f9de7f59418bd9b6a (patch) | |
tree | 3433830c1ea4babbf0c80b8bf961ae5c5cb0cc38 /include | |
parent | 9a87674a95cf8153e343d89ec1a686fc43781a3c (diff) |
Allow encap handlers to recall message processing, make protocol/inspircd do this
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 |