diff options
author | Adam <Adam@anope.org> | 2011-10-27 14:46:20 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-10-27 14:46:20 -0400 |
commit | 0761a4a692e63333d608f2bed829c7d3ea24026a (patch) | |
tree | 1e80b46199f2e0af9f5aeddca1886651f65a2085 /include/regchannel.h | |
parent | 66ca256cfcd41f5f72d8bb5ca145a54938c0499b (diff) |
Bug #1350 + other related fixes
Diffstat (limited to 'include/regchannel.h')
-rw-r--r-- | include/regchannel.h | 3 |
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 */ |