summaryrefslogtreecommitdiff
path: root/include/regchannel.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-03-30 22:08:51 -0500
committerAdam <Adam@anope.org>2013-03-30 22:08:51 -0500
commitd23817604c9593857dad2f3e3f42b74ece0d81e3 (patch)
tree0c0e7f6218a247417d75b5a8ac3b857ed4da4d57 /include/regchannel.h
parent4694c7afb4c0cabdf615021a69d550a9c60c42e0 (diff)
Add /bs set banexpire command to configure if/when botserv bans expire
Diffstat (limited to 'include/regchannel.h')
-rw-r--r--include/regchannel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/regchannel.h b/include/regchannel.h
index c20f874e1..395794594 100644
--- a/include/regchannel.h
+++ b/include/regchannel.h
@@ -198,6 +198,8 @@ class CoreExport ChannelInfo : public Serializable, public Extensible
int16_t floodlines, floodsecs; /* For FLOOD kicker */
int16_t repeattimes; /* For REPEAT kicker */
+ time_t banexpire; /* Time bans expire in */
+
/** Constructor
* @param chname The channel name
*/