1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 06:56:39 +02:00

Added Italics support to the BotSev kickers

This commit is contained in:
lethality
2010-08-02 03:35:12 +01:00
parent f887b37453
commit 94371e69a9
21 changed files with 388 additions and 2 deletions
+3
View File
@@ -696,6 +696,8 @@ enum BotServFlag
BS_KICK_FLOOD,
/* BotServ kicks for repeating */
BS_KICK_REPEAT,
/* BotServ kicks for italics */
BS_KICK_ITALICS,
BS_END
};
@@ -710,6 +712,7 @@ enum
TTB_CAPS,
TTB_FLOOD,
TTB_REPEAT,
TTB_ITALICS,
TTB_SIZE
};