diff options
author | Daniel Vassdal <shutter@canternet.org> | 2014-02-01 11:24:52 -0800 |
---|---|---|
committer | Daniel Vassdal <shutter@canternet.org> | 2014-02-01 11:24:52 -0800 |
commit | f94cb7fb113d716257c6361a4eff8268fa111d98 (patch) | |
tree | afa6af9080151f387ba996ca76414e5b24ed5583 /modules/commands/ns_list.cpp | |
parent | c30fb13a0cb071a1bc74a6c63be318303925e25d (diff) |
ns_list: Fix typo (NS_SUSPENDED -> SUSPENDED)
Diffstat (limited to 'modules/commands/ns_list.cpp')
-rw-r--r-- | modules/commands/ns_list.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/ns_list.cpp b/modules/commands/ns_list.cpp index 566c97861..679071746 100644 --- a/modules/commands/ns_list.cpp +++ b/modules/commands/ns_list.cpp @@ -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; |