summaryrefslogtreecommitdiff
path: root/include/protocol.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2014-01-21 17:20:15 -0500
committerAdam <Adam@anope.org>2014-01-21 17:20:15 -0500
commit4d9273efa42a16380de8ac81c615eaac89052f68 (patch)
tree8c33a14022cdd5fe303fd3bd5160a5b490752c78 /include/protocol.h
parent67c13b41eeda261b9b94a5cbc9eb55413b0d92cd (diff)
Unbreak account stuff from commit ccae59430ab50393f43ccc38a6a6c0c24191b601.
Diffstat (limited to 'include/protocol.h')
-rw-r--r--include/protocol.h2
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.