]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Accept std::string as parameter in User::ChangeHost(), ChangeIdent() and ChangeName()
authorattilamolnar <attilamolnar@hush.com>
Fri, 9 Aug 2013 16:20:12 +0000 (18:20 +0200)
committerattilamolnar <attilamolnar@hush.com>
Fri, 9 Aug 2013 16:20:12 +0000 (18:20 +0200)
commitb4542af6b4c69dff7d2c28d9c435304b7d78dc38
tree8a42ca6672184895ab63cf5488fe6c474353e027
parente4b76e65025ce6039e6c07fa7c7b28962abd6e18
Accept std::string as parameter in User::ChangeHost(), ChangeIdent() and ChangeName()

Pass the string itself to IsIdent() instead of string.c_str()
12 files changed:
include/users.h
src/commands/cmd_user.cpp
src/modules/m_chghost.cpp
src/modules/m_chgident.cpp
src/modules/m_chgname.cpp
src/modules/m_dnsbl.cpp
src/modules/m_ident.cpp
src/modules/m_sethost.cpp
src/modules/m_setident.cpp
src/modules/m_setname.cpp
src/modules/m_spanningtree/uid.cpp
src/users.cpp