mirror of
https://github.com/anope/anope.git
synced 2026-07-04 03:43:13 +02:00
Removed a lot of unnecessary .c_str() calls in the find* functions
This commit is contained in:
@@ -46,7 +46,7 @@ class CommandCSInvite : public Command
|
||||
u2 = u;
|
||||
else
|
||||
{
|
||||
if (!(u2 = finduser(params[1].c_str())))
|
||||
if (!(u2 = finduser(params[1])))
|
||||
{
|
||||
notice_lang(Config.s_ChanServ, u, NICK_X_NOT_IN_USE, params[1].c_str());
|
||||
return MOD_CONT;
|
||||
|
||||
Reference in New Issue
Block a user