]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_sqlauth.cpp
Enable the LINK snomask from m_spanningtree, remove unused FLOOD snomask
[user/henk/code/inspircd.git] / src / modules / m_sqlauth.cpp
index 4e8b178b94e65ea67855e1d8ca451a33172a362f..94f2823c9b197ee14bb35f467b7ecb44fe0ba5e4 100644 (file)
@@ -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,