1
0
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:
Adam
2014-02-01 11:42:08 -08:00
+1 -1
View File
@@ -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;