diff --git a/notifo.cpp b/notifo.cpp index 1098e56..a01bbf9 100644 --- a/notifo.cpp +++ b/notifo.cpp @@ -193,7 +193,11 @@ class CNotifoMod : public CModule { for (MCString::iterator i = options.begin(); i != options.end(); i++) { - options[i->first] = GetNV(i->first); + CString value = GetNV(i->first); + if (value != "") + { + options[i->first] = value; + } } authencode();