diff options
author | Adam <Adam@anope.org> | 2014-01-21 17:20:15 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-01-21 17:20:15 -0500 |
commit | 4d9273efa42a16380de8ac81c615eaac89052f68 (patch) | |
tree | 8c33a14022cdd5fe303fd3bd5160a5b490752c78 /include/protocol.h | |
parent | 67c13b41eeda261b9b94a5cbc9eb55413b0d92cd (diff) |
Unbreak account stuff from commit ccae59430ab50393f43ccc38a6a6c0c24191b601.
Diffstat (limited to 'include/protocol.h')
-rw-r--r-- | include/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/protocol.h b/include/protocol.h index f05eae6ab..9eee494ea 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -204,7 +204,7 @@ class CoreExport IRCDProto : public Service virtual void SendNumeric(int numeric, const Anope::string &dest, const char *fmt, ...); - virtual void SendLogin(User *u) = 0; + virtual void SendLogin(User *u, NickAlias *na) = 0; virtual void SendLogout(User *u) = 0; /** Send a channel creation message to the uplink. |