diff options
author | Adam <Adam@anope.org> | 2012-10-08 20:58:47 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-10-08 20:58:47 -0400 |
commit | 3af786d4c97e8ee99ea122a5c058d82e6222f295 (patch) | |
tree | 750c5de0ec2c001b6366fd5137478e6944cdc296 /data/botserv.example.conf | |
parent | e57b470e83fac205a354138b1daccec654214e39 (diff) |
Fix fantasy !help & give it its own help header, not ChanServ's
Diffstat (limited to 'data/botserv.example.conf')
-rw-r--r-- | data/botserv.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/botserv.example.conf b/data/botserv.example.conf index fd3d2dc1e..66f5af396 100644 --- a/data/botserv.example.conf +++ b/data/botserv.example.conf @@ -333,7 +333,7 @@ fantasy { name = "ENFORCE"; command = "chanserv/enforce"; } fantasy { name = "ENTRYMSG"; command = "chanserv/entrymsg"; } fantasy { name = "FLAGS"; command = "chanserv/flags"; } fantasy { name = "HALFOP"; command = "chanserv/halfop"; } -fantasy { name = "HELP"; command = "chanserv/help"; } +fantasy { name = "HELP"; command = "generic/help"; } fantasy { name = "HOP"; command = "chanserv/hop"; } fantasy { name = "INFO"; command = "chanserv/info"; } fantasy { name = "INVITE"; command = "chanserv/invite"; } |