1
0
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:
Sadie Powell
2024-02-21 19:43:21 +00:00
parent 7a6979c814
commit 9b77fdf5b6
5 changed files with 39 additions and 39 deletions
+1 -1
View File
@@ -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