Changed description comment

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1158 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2005-04-21 17:27:55 +00:00
parent 753b5f5a9a
commit dd0efee0c4

View File

@ -23,7 +23,7 @@
#include "modules.h"
#include "m_sql.h"
/* $ModDesc: m_filter with regexps */
/* $ModDesc: SQL Service Provider module for all other m_sql* modules */
/* $CompileFlags: -I/usr/local/include -I/usr/include -L/usr/local/lib/mysql -L/usr/lib/mysql -lmysqlclient */
/** SQLConnection represents one mysql session.