diff options
author | lethality <lethality@anope.org> | 2012-11-06 15:19:56 +0000 |
---|---|---|
committer | lethality <lethality@anope.org> | 2012-11-06 15:19:56 +0000 |
commit | 22c8297a0381b1d2554a76b72f9b1b03a95e8496 (patch) | |
tree | 3691c39a3d0e3b18eff39c18d142ea65719c5150 /data/botserv.example.conf | |
parent | d22e86376bb00f579c6cc98c7d1885c63ca2c5a9 (diff) |
Added chanserv/status to fantasy commands
Diffstat (limited to 'data/botserv.example.conf')
-rw-r--r-- | data/botserv.example.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/botserv.example.conf b/data/botserv.example.conf index 66f5af396..66fb55489 100644 --- a/data/botserv.example.conf +++ b/data/botserv.example.conf @@ -350,6 +350,7 @@ fantasy { name = "PROTECT"; command = "chanserv/protect"; } fantasy { name = "QOP"; command = "chanserv/qop"; } fantasy { name = "SEEN"; command = "chanserv/seen"; } fantasy { name = "SOP"; command = "chanserv/sop"; } +fantasy { name = "STATUS"; command = "chanserv/status"; } fantasy { name = "SUSPEND"; command = "chanserv/suspend"; } fantasy { name = "SYNC"; command = "chanserv/sync"; } fantasy { name = "TOPIC"; command = "chanserv/topic"; } |