1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 19:26:41 +02:00

fixed a crashbug on /ns set kill. thanks to Phantomal for reporting.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2501 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
DukePyrolator
2009-09-12 18:39:07 +00:00
parent 5971c272be
commit e3486a3e4b
+1 -1
View File
@@ -227,7 +227,7 @@ class CommandNSSet : public Command
CommandReturn DoSetKill(User *u, std::vector<ci::string> &params, NickCore *nc)
{
ci::string param = params.size() > 1 ? params[1] : NULL;
ci::string param = params.size() > 1 ? params[1] : "";
if (param.empty())
{