mirror of
https://github.com/anope/anope.git
synced 2026-07-07 19:23:13 +02:00
Merge pull request #44 from ShutterQuick/2.0+listfix
ns_list: Fix typo (NS_SUSPENDED -> SUSPENDED)
This commit is contained in:
@@ -62,7 +62,7 @@ class CommandNSList : public Command
|
||||
{
|
||||
if (keyword.equals_ci("NOEXPIRE"))
|
||||
nsnoexpire = true;
|
||||
if (keyword.equals_ci("NS_SUSPENDED"))
|
||||
if (keyword.equals_ci("SUSPENDED"))
|
||||
suspended = true;
|
||||
if (keyword.equals_ci("UNCONFIRMED"))
|
||||
unconfirmed = true;
|
||||
|
||||
Reference in New Issue
Block a user