1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 10:03:14 +02:00

Bug #1350 + other related fixes

This commit is contained in:
Adam
2011-10-27 14:46:20 -04:00
parent 66ca256cfc
commit 0761a4a692
4 changed files with 37 additions and 12 deletions
+3
View File
@@ -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 */