mirror of
https://github.com/anope/anope.git
synced 2026-07-07 23:03:13 +02:00
Switch SendSVSLogin to take a NickAlias.
This commit is contained in:
+1
-1
@@ -223,7 +223,7 @@ class CoreExport IRCDProto : public Service
|
||||
|
||||
virtual void SendSASLMechanisms(std::vector<Anope::string> &) { }
|
||||
virtual void SendSASLMessage(const SASL::Message &) { }
|
||||
virtual void SendSVSLogin(const Anope::string &uid, const Anope::string &acc, const Anope::string &vident, const Anope::string &vhost) { }
|
||||
virtual void SendSVSLogin(const Anope::string &uid, NickAlias *na) { }
|
||||
|
||||
virtual bool IsNickValid(const Anope::string &);
|
||||
virtual bool IsChannelValid(const Anope::string &);
|
||||
|
||||
Reference in New Issue
Block a user