]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Add .c_str()'s to m_sqloper in call to OneOfMatches(), and change prototype of OneOfM...
authorom <om@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 5 Feb 2006 09:55:13 +0000 (09:55 +0000)
committerom <om@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 5 Feb 2006 09:55:13 +0000 (09:55 +0000)
commit4be4ccdf2628423644d42531322bea913dfe0191
tree0f3ec5572d2dd19598671a83281f1abf9cb2727a
parent8c1b599dd3e1c224216fdfe5dc74100c4f4265df
Add .c_str()'s to m_sqloper in call to OneOfMatches(), and change prototype of OneOfMatches to take const char* instead of char*. Either that or case all the .c_str()'s to lose the const :"

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3091 e03df62e-2008-0410-955e-edbf42e46eb7
include/cmd_oper.h
src/cmd_oper.cpp
src/modules/extra/m_sqloper.cpp