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:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user