diff options
| author | 2007-08-27 15:14:27 +0000 | |
|---|---|---|
| committer | 2007-08-27 15:14:27 +0000 | |
| commit | cd2406617f5c0c3c5e7f53519ea47b9178b7802a (patch) | |
| tree | 30ec5a594820f6f86d102b641da6b135b9ae5ee6 /include/command_parse.h | |
| parent | Remove more unnecessary header traffic (diff) | |
| download | inspircd++-cd2406617f5c0c3c5e7f53519ea47b9178b7802a.tar.gz inspircd++-cd2406617f5c0c3c5e7f53519ea47b9178b7802a.tar.bz2 inspircd++-cd2406617f5c0c3c5e7f53519ea47b9178b7802a.zip | |
More translation stuff
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7888 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/command_parse.h')
| -rw-r--r-- | include/command_parse.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/command_parse.h b/include/command_parse.h index 2c3605613..4f8b80000 100644 --- a/include/command_parse.h +++ b/include/command_parse.h @@ -201,6 +201,10 @@ class CoreExport CommandParser : public classbase * stdout then exit with EXIT_STATUS_HANDLER. */ void SetupCommandTable(userrec* user); + + /** Translate nicknames in a string into UIDs, based on the TranslationType given. + */ + int TranslateUIDs(TranslateType to, const std::string &source, std::string &dest); }; /** Command handler class for the RELOAD command. |
