summaryrefslogtreecommitdiff
path: root/include/regchannel.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-10-27 14:46:20 -0400
committerAdam <Adam@anope.org>2011-10-27 14:46:20 -0400
commit0761a4a692e63333d608f2bed829c7d3ea24026a (patch)
tree1e80b46199f2e0af9f5aeddca1886651f65a2085 /include/regchannel.h
parent66ca256cfcd41f5f72d8bb5ca145a54938c0499b (diff)
Bug #1350 + other related fixes
Diffstat (limited to 'include/regchannel.h')
-rw-r--r--include/regchannel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/regchannel.h b/include/regchannel.h
index 62d3eeccc..e22d64e5f 100644
--- a/include/regchannel.h
+++ b/include/regchannel.h
@@ -77,6 +77,7 @@ enum BadWordType
/* Structure used to contain bad words. */
struct BadWord : Serializable<BadWord>
{
+ ChannelInfo *ci;
Anope::string word;
BadWordType type;
@@ -99,6 +100,7 @@ class AutoKick : public Flags<AutoKickFlag>, public Serializable<AutoKick>
{
public:
AutoKick() : Flags<AutoKickFlag>(AutoKickFlagString) { }
+ ChannelInfo *ci;
/* Only one of these can be in use */
Anope::string mask;
NickCore *nc;
@@ -131,6 +133,7 @@ struct ModeLock : Serializable<ModeLock>
struct LogSetting : Serializable<LogSetting>
{
+ ChannelInfo *ci;
/* Our service name of the command */
Anope::string service_name;
/* The name of the client the command is on */