diff options
author | Adam <Adam@anope.org> | 2011-02-04 15:30:31 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-02-04 15:30:31 -0500 |
commit | 08583dc107974252312fb7c87532c9deb68e7f63 (patch) | |
tree | 0c42ec7422752cabd8352b49be976b4dc100c56c /include/users.h | |
parent | c362a1e077d5ede9eadbe79483f2a755b5883e9a (diff) |
Moved the language strings which are only used once
out of the core and into the modules that use them.
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/users.h b/include/users.h index d54fd13be..091cecc5e 100644 --- a/include/users.h +++ b/include/users.h @@ -158,13 +158,6 @@ class CoreExport User : public Extensible void SendMessage(BotInfo *source, const char *fmt, ...); virtual void SendMessage(BotInfo *source, const Anope::string &msg); - /** Send a language string message to a user - * @param source Sender - * @param message The message num - * @param ... parameters - */ - void SendMessage(BotInfo *source, LanguageString message, ...); - /** Collide a nick * See the comment in users.cpp * @param na The nick |