X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_sqlauth.cpp;h=94f2823c9b197ee14bb35f467b7ecb44fe0ba5e4;hb=909cba9b756179bfa16d985916db1084cb7b4a9d;hp=4e8b178b94e65ea67855e1d8ca451a33172a362f;hpb=4ab1c43c1eee708fc50a4808f714a731891b75e8;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_sqlauth.cpp b/src/modules/m_sqlauth.cpp index 4e8b178b9..94f2823c9 100644 --- a/src/modules/m_sqlauth.cpp +++ b/src/modules/m_sqlauth.cpp @@ -21,8 +21,6 @@ #include "modules/sql.h" #include "modules/hash.h" -/* $ModDesc: Allow/Deny connections based upon an arbitrary SQL table */ - enum AuthState { AUTH_STATE_NONE = 0, AUTH_STATE_BUSY = 1,