1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 19:14:47 +02:00

Make SendChannel abstract.

This commit is contained in:
Sadie Powell
2024-04-15 21:00:10 +01:00
parent 0d149ce195
commit f3ebb67469
+1 -1
View File
@@ -299,7 +299,7 @@ public:
/** Send a channel creation message to the uplink.
* On most TS6 IRCds this is a SJOIN with no nick
*/
virtual void SendChannel(Channel *c) { }
virtual void SendChannel(Channel *c) = 0;
/** Make the user an IRC operator
* Normally this is a simple +o, though some IRCds require us to send the oper type