mirror of
https://github.com/anope/anope.git
synced 2026-07-01 06:16:38 +02:00
Rework SendNumericInternal to be usable with Uplink::Send.
This commit is contained in:
@@ -61,7 +61,7 @@ public:
|
||||
/* Make myself known to myself in the serverlist */
|
||||
SendServer(Me);
|
||||
/* finish the enhanced server handshake and register the connection */
|
||||
this->SendNumeric(376, "*", ":End of MOTD command");
|
||||
this->SendNumeric(376, "*", "End of MOTD command");
|
||||
}
|
||||
|
||||
void SendForceNickChange(User *u, const Anope::string &newnick, time_t when) override
|
||||
|
||||
Reference in New Issue
Block a user