From f70a3ea2978053f7089a2f32d5c4aae5ba9478de Mon Sep 17 00:00:00 2001 From: iNilo Date: Sat, 17 Sep 2016 18:23:59 +0200 Subject: [PATCH] Typo in OnRemoveBan documentation (#542) Fix typo in OnRemoveBan documentation --- plugins/include/banning.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/banning.inc b/plugins/include/banning.inc index d98230e6..424753ea 100644 --- a/plugins/include/banning.inc +++ b/plugins/include/banning.inc @@ -87,7 +87,7 @@ forward Action OnBanIdentity(const char[] identity, * @param flags Ban flags (only IP or AUTHID are valid here). * @param command Command string to identify the ban source. * @param source Source value passed via BanIdentity(). - * @return Plugin_Handled to block the actual server banning. + * @return Plugin_Handled to block the actual unbanning. */ forward Action OnRemoveBan(const char[] identity, int flags,