]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - extras/m_sqloper.sqlite3.sql
Fixed <link:bind> which was only working on an ipv6 connection. Fixes bug #213 report...
[user/henk/code/inspircd.git] / extras / m_sqloper.sqlite3.sql
1 CREATE TABLE ircd_opers (
2 id integer primary key,
3 username text,
4 password text,
5 hostname text,
6 type text);
7