Unbreak build.

git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10322 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
w00t 2008-08-27 19:00:34 +00:00
parent 79d772ba0c
commit e0c3945ac7

View File

@ -43,7 +43,7 @@ class cmd_userip : public command_t
retbuf += "-";
else
retbuf += "+";
retbuf += u->ident + "@" + u->GetIPString() + " ";
retbuf += std::string(u->ident) + "@" + u->GetIPString() + " ";
}
}