mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Fix spelling error in blockuser.
Thanks to the-me (Patrick Matthäi) for the patch.
This commit is contained in:
@@ -171,7 +171,7 @@ private:
|
||||
template<> void TModInfo<CBlockUser>(CModInfo& Info) {
|
||||
Info.SetWikiPage("blockuser");
|
||||
Info.SetHasArgs(true);
|
||||
Info.SetArgsHelpText("Enter one or more user names. Seperate them by spaces.");
|
||||
Info.SetArgsHelpText("Enter one or more user names. Separate them by spaces.");
|
||||
}
|
||||
|
||||
GLOBALMODULEDEFS(CBlockUser, "Block certain users from logging in")
|
||||
|
||||
Reference in New Issue
Block a user