]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Unset oper-only modes in User::UnOper() in a more sensible way
authorAttila Molnar <attilamolnar@hush.com>
Fri, 5 Sep 2014 13:06:21 +0000 (15:06 +0200)
committerAttila Molnar <attilamolnar@hush.com>
Fri, 5 Sep 2014 13:06:21 +0000 (15:06 +0200)
commit706b5a5a5bebb7fb25f2ec91a9fe48837ec200c8
treea942766b133a0aa9d51a9c1f714820a6b32153f8
parent0f15b0869703c20277c181f95ed38f2b2a5c1e04
Unset oper-only modes in User::UnOper() in a more sensible way

Get the user mode list from the ModeParser instead of trying all possible mode letters
src/users.cpp