1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 01:33:12 +02:00

Make the RPC API sanitize automatically.

This commit is contained in:
Sadie Powell
2025-02-13 01:54:57 +00:00
parent f8c1b8f4f9
commit 1e82b4075e
3 changed files with 18 additions and 20 deletions
-2
View File
@@ -44,7 +44,5 @@ public:
virtual void Unregister(RPCEvent *event) = 0;
virtual Anope::string Sanitize(const Anope::string &string) = 0;
virtual void Reply(RPCRequest &request) = 0;
};