summaryrefslogtreecommitdiff
path: root/src/net/eathena/adminhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/adminhandler.h')
-rw-r--r--src/net/eathena/adminhandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/adminhandler.h b/src/net/eathena/adminhandler.h
index 54c06e02f..819c02ad8 100644
--- a/src/net/eathena/adminhandler.h
+++ b/src/net/eathena/adminhandler.h
@@ -64,6 +64,7 @@ class AdminHandler final : public MessageHandler, public Ea::AdminHandler
const int type,
const int limit) const override final;
+ void muteName(const std::string &name) const override final;
};
} // namespace EAthena