diff options
author | Adam <Adam@anope.org> | 2013-10-09 16:27:16 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-10-09 16:27:16 -0400 |
commit | e1d460e2114295dc7a23de45c68fe2e8a4102ce8 (patch) | |
tree | d1ce9e772b7c791eab16da5403a233aaeb337285 /data/operserv.example.conf | |
parent | 9ea6fb25b9b66fb5163b9245aa0bcae732160f14 (diff) |
Call OnBotPrivmsg after checking if the message is a ctcp, not before. fix typo in opersrev.example.conf
Diffstat (limited to 'data/operserv.example.conf')
-rw-r--r-- | data/operserv.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/operserv.example.conf b/data/operserv.example.conf index d53337258..49c7b99c4 100644 --- a/data/operserv.example.conf +++ b/data/operserv.example.conf @@ -598,7 +598,7 @@ module #sessionlimitdetailsloc = "Please visit http://your.website.url/ for more information about session limits." /* - * If set and is not 0, this directive tells Services to add an AKILL the number of subsequent kills + * If set and is not 0, this directive tells Services to add an AKILL if the number of subsequent kills * for the same host exceeds this value, preventing the network from experiencing KILL floods. * * This directive is optional. |