diff --git a/modules/clientnotify.cpp b/modules/clientnotify.cpp index d2cf2d34..ca999b10 100644 --- a/modules/clientnotify.cpp +++ b/modules/clientnotify.cpp @@ -46,8 +46,8 @@ public: MODCONSTRUCTOR(CClientNotifyMod) { AddHelpCommand(); AddCommand("Method", static_cast(&CClientNotifyMod::OnMethodCommand), "", "Sets the notify method"); - AddCommand("NewOnly", static_cast(&CClientNotifyMod::OnNewOnlyCommand), "", "Turns notifies for unseen IP addresses only on or off"); - AddCommand("OnDisconnect", static_cast(&CClientNotifyMod::OnDisconnectCommand), "", "Turns notifies on disconnecting clients on or off"); + AddCommand("NewOnly", static_cast(&CClientNotifyMod::OnNewOnlyCommand), "", "Turns notifications for unseen IP addresses on or off"); + AddCommand("OnDisconnect", static_cast(&CClientNotifyMod::OnDisconnectCommand), "", "Turns notifications for clients disconnecting on or off"); AddCommand("Show", static_cast(&CClientNotifyMod::OnShowCommand), "", "Show the current settings"); }