diff options
Diffstat (limited to 'include/anope.h')
-rw-r--r-- | include/anope.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/anope.h b/include/anope.h index c241524ab..bf82e6d78 100644 --- a/include/anope.h +++ b/include/anope.h @@ -506,6 +506,13 @@ namespace Anope * @param Raw message from the uplink */ extern void Process(const Anope::string &); + + /** Does a blocking dns query and returns the first IP. + * @param host host to look up + * @param type inet addr type + * @return the IP if it was found, else the host + */ + extern Anope::string Resolve(const Anope::string &host, int type); } /** sepstream allows for splitting token seperated lists. |