diff options
| author | Adam <Adam@anope.org> | 2013-04-05 16:59:27 -0500 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2013-04-05 16:59:27 -0500 |
| commit | 4ecf20b3f5d31fd7f7958f6940d4ac7a27192954 (patch) | |
| tree | a54bc84c6f1715f1743e212a5b795c8e717d60ca /data | |
| parent | a5b8788014dbc466f392a256901a93588958f35e (diff) | |
Fix ns_lists command group
Diffstat (limited to 'data')
| -rw-r--r-- | data/nickserv.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index 41b49affd..22ac4821e 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -433,7 +433,7 @@ command { service = "NickServ"; name = "INFO"; command = "nickserv/info"; } * Used for retrieving and searching the registered account list. */ module { name = "ns_list" } -command { service = "NickServ"; name = "LIST"; command = "nickserv/list"; command = "nickserv/admin"; } +command { service = "NickServ"; name = "LIST"; command = "nickserv/list"; group = "nickserv/admin"; } /* * ns_logout |
