1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 20:46:38 +02:00
This commit is contained in:
Adam
2011-04-05 19:11:23 -04:00
parent c681bdd2e3
commit cb9ccc443d
+1 -1
View File
@@ -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 &)