summaryrefslogtreecommitdiff
path: root/modules/protocol/ngircd.cpp
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-02-21 19:43:21 +0000
committerSadie Powell <sadie@witchery.services>2024-02-22 00:14:08 +0000
commit9b77fdf5b680e4a084effe56345a9d01cfbf6f11 (patch)
treede63e015aa4bfe9ef1a23d92ac4136bc540038be /modules/protocol/ngircd.cpp
parent7a6979c8140e1d8997b69273548da579ed9587fa (diff)
Rework SendNumericInternal to be usable with Uplink::Send.
Diffstat (limited to 'modules/protocol/ngircd.cpp')
-rw-r--r--modules/protocol/ngircd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/protocol/ngircd.cpp b/modules/protocol/ngircd.cpp
index 28018e522..1ea020290 100644
--- a/modules/protocol/ngircd.cpp
+++ b/modules/protocol/ngircd.cpp
@@ -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