1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 07:36:37 +02:00

RPC::service is not necessary anymore.

This commit is contained in:
Sadie Powell
2025-03-17 19:06:14 +00:00
parent bb1f93f150
commit 1641f6415a
5 changed files with 0 additions and 11 deletions
-2
View File
@@ -133,8 +133,6 @@ public:
, messageserverrpcevent(this, global)
, messageuserrpcevent(this)
{
if (!RPC::service)
throw ModuleException("Unable to find RPC interface, is jsonrpc/xmlrpc loaded?");
}
};