mirror of
https://github.com/anope/anope.git
synced 2026-07-09 08:43:14 +02:00
Fixed bug #1200
This commit is contained in:
@@ -25,7 +25,7 @@ class MemoDelCallback : public NumberList
|
||||
|
||||
void HandleNumber(unsigned Number)
|
||||
{
|
||||
if (Number > mi->memos.size())
|
||||
if (!Number || Number > mi->memos.size())
|
||||
return;
|
||||
|
||||
if (ci)
|
||||
|
||||
Reference in New Issue
Block a user