diff options
| author | lethality <lethality@anope.org> | 2011-08-05 16:07:41 +0100 |
|---|---|---|
| committer | lethality <lethality@anope.org> | 2011-08-05 16:07:41 +0100 |
| commit | d6a8d272658ff56de7971acf918ab48d3c43e1d8 (patch) | |
| tree | a7766b523e899607515637f9a52278447518ae74 /data | |
| parent | 5e18a7292b15a0aaf27c2f3ce6335116a4d2290d (diff) | |
Fixed an error and typo in CS SET OPNOTICE
Diffstat (limited to 'data')
| -rw-r--r-- | data/chanserv.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index b1b19040a..39f727f99 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -543,7 +543,7 @@ command { service = "ChanServ"; name = "SET EMAIL"; command = "chanserv/set/misc */ module { name = "cs_set_opnotice" } command { service = "ChanServ"; name = "SET OPNOTICE"; command = "chanserv/set/opnotice"; } -command { service = "ChanServ"; name = "SASET OPNOTICE"; command = "chanserv/saset/opnotice"; permission = "chanserv/saset/optnotice"; } +command { service = "ChanServ"; name = "SASET OPNOTICE"; command = "chanserv/saset/opnotice"; permission = "chanserv/saset/opnotice"; } /* * cs_set_peace |
