diff options
author | Sadie Powell <sadie@witchery.services> | 2024-01-05 21:20:12 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-01-05 21:21:17 +0000 |
commit | 50bd385ccf973e68fda02c52e962cfb6617a0e72 (patch) | |
tree | c2739e6204dadb1b96e732b726f5a18a8d0cb40c /data | |
parent | e738da9b11df138c736ccc4fa086a03cec4e87ae (diff) |
Add an alias for chanserv/status for the name used by Atheme.
Closes #336.
Diffstat (limited to 'data')
-rw-r--r-- | data/chanserv.example.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index 42bd9f45c..b4ad0aad8 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -1261,6 +1261,7 @@ command { service = "ChanServ"; name = "SET EMAIL"; command = "chanserv/set/misc */ module { name = "cs_status" } command { service = "ChanServ"; name = "STATUS"; command = "chanserv/status"; } +command { service = "ChanServ"; name = "WHY"; command = "chanserv/status"; hide = true; } /* * cs_suspend |