mirror of
https://github.com/anope/anope.git
synced 2026-06-30 20:46:38 +02:00
Fixed bug #1261
This commit is contained in:
@@ -278,7 +278,7 @@ class CommandBSKick : public Command
|
||||
try
|
||||
{
|
||||
ci->ttb[TTB_REPEAT] = convertTo<int16>(ttb);
|
||||
if (ci->ttb[TTB_REPEAT])
|
||||
if (ci->ttb[TTB_REPEAT] < 0)
|
||||
throw ConvertException();
|
||||
}
|
||||
catch (const ConvertException &)
|
||||
|
||||
Reference in New Issue
Block a user