diff options
| author | Adam <Adam@anope.org> | 2013-07-21 00:23:24 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2013-07-21 00:23:24 -0400 |
| commit | 5aac04dffe1aafc3f6c26828844fdb6d42dc66c8 (patch) | |
| tree | 1cb7a0f3c36322e83c58379f700646fffce5d82b /include | |
| parent | 7480fbda2b308b914e942d36e9a29a9f7d7a5d5a (diff) | |
Move SendLogin() back to User::Identify, it was moved at some point? but doesn't as intended in ::Login
Diffstat (limited to 'include')
| -rw-r--r-- | include/users.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/include/users.h b/include/users.h index e76c2a427..4a4ea845f 100644 --- a/include/users.h +++ b/include/users.h @@ -188,15 +188,16 @@ class CoreExport User : public virtual Base, public Extensible, public CommandRe void SendMessage(const BotInfo *source, const char *fmt, ...); void SendMessage(const BotInfo *source, const Anope::string &msg) anope_override; - /** Identify the user to the Nick + /** Identify the user to a nick. * updates last_seen, logs the user in, * send messages, checks for mails, set vhost and more - * @param the NickAlias + * @param na the nick to identify to, should be the same as + * the user's current nick */ void Identify(NickAlias *na); - /** Login the user to a NickCore - * @param core The account the user is useing + /** Login the user to an account + * @param core The account */ void Login(NickCore *core); |
