mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
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:
parent
79d772ba0c
commit
e0c3945ac7
@ -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() + " ";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user