diff --git a/notifo.cpp b/notifo.cpp index a01bbf9..6dbb975 100644 --- a/notifo.cpp +++ b/notifo.cpp @@ -299,6 +299,11 @@ class CNotifoMod : public CModule VCString tokens; int token_count = command.Split(" ", tokens, false); + if (token_count < 1) + { + return; + } + CString action = tokens[0].AsLower(); // SET command