diff options
author | Adam <Adam@anope.org> | 2011-01-15 21:02:14 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-01-15 21:02:14 -0500 |
commit | 7acbbbbf5b661fd2d7b42f3e3adaea949f68cbef (patch) | |
tree | b109fc373b8b9ea64cd449923cabe6507200eee5 /include/services.h | |
parent | 4fecafa612164a5c653f9190d2317f65e2e686b3 (diff) |
Fixed flag names to match 1.9.3s
Diffstat (limited to 'include/services.h')
-rw-r--r-- | include/services.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/services.h b/include/services.h index 80160d676..fbc6420fb 100644 --- a/include/services.h +++ b/include/services.h @@ -746,10 +746,10 @@ enum BotServFlag }; const Anope::string BotServFlagStrings[] = { - "BS_BEGIN", "BS_DONTKICKOPS", "BS_DONTKICKVOICES", "BS_FANTASY", "BS_SYMBIOSIS", "BS_GREET", "BS_NOBOT", - "BS_KICK_BOLDs", "BS_KICK_COLORS", "BS_KICK_REVERSES", "BS_KICK_UNDERLINES", "BS_KICK_BADWORDS", "BS_KICK_CAPS", - "BS_KICK_FLOOD", "BS_KICK_REPEAT", "BS_KICK_ITALICS", "BS_KICK_AMSGS", "BS_MSG_PRIVMSG", "BS_MSG_NOTICE", - "BS_MSG_NOTICEOPS", "" + "BEGIN", "DONTKICKOPS", "DONTKICKVOICES", "FANTASY", "SYMBIOSIS", "GREET", "NOBOT", + "KICK_BOLDs", "KICK_COLORS", "KICK_REVERSES", "KICK_UNDERLINES", "KICK_BADWORDS", "KICK_CAPS", + "KICK_FLOOD", "KICK_REPEAT", "KICK_ITALICS", "KICK_AMSGS", "MSG_PRIVMSG", "MSG_NOTICE", + "MSG_NOTICEOPS", "" }; /* Indices for TTB (Times To Ban) */ |