From f3ebb674696c9caf78eead88e6513e077c95d4db Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 15 Apr 2024 21:00:10 +0100 Subject: [PATCH] Make SendChannel abstract. --- include/protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/protocol.h b/include/protocol.h index c74720bc4..e57cd304f 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -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