summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2012-01-10 17:53:48 -0500
committerAdam <Adam@anope.org>2012-01-10 17:53:48 -0500
commit7c03e60299c98106cff3b02c06bd7c5b7b0830f3 (patch)
tree345483748a72e493580a90c7ee24bac1ca640a0e /data
parent1e9d88af011fd14efe7db95a59d12cd634b492f5 (diff)
Removed this "valid" ip check in cidr::cidr, is wrong for IPv6 and ::pton checks this anyway using inet_pton. Also fixed a comment Robby broke in chanserv.conf
Diffstat (limited to 'data')
-rw-r--r--data/chanserv.example.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf
index 41cd18562..f3310b745 100644
--- a/data/chanserv.example.conf
+++ b/data/chanserv.example.conf
@@ -855,7 +855,7 @@ command { service = "ChanServ"; name = "KB"; command = "chanserv/ban"; }
*
* Provides the command chanserv/tban.
*
- * Used for banning users from channels for a specified time (in seconds).
+ * Used for banning users from channels for a specified time.
*/
module { name = "cs_tban" }
command { service = "ChanServ"; name = "TBAN"; command = "chanserv/tban"; }