]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - extras/m_sqloper.sqlite3.sql
m_dccallow Add config option to control max entries on a list
[user/henk/code/inspircd.git] / extras / m_sqloper.sqlite3.sql
index e33f77a934dca5702adb74c66e9fa3d8b0fedbb5..1bb2937b8d146ea208016f652f9ef45d87b6bf9a 100644 (file)
@@ -1 +1,7 @@
-CREATE TABLE ircd_opers (\rid integer primary key,\rusername text,\rpassword text,\rhostname text,\rtype text);\r\r
\ No newline at end of file
+CREATE TABLE ircd_opers (
+id integer primary key,
+username text,
+password text,
+hostname text,
+type text);
+