inspircd/extras/m_sqloper.sqlite3.sql

8 lines
108 B
MySQL
Raw Normal View History

CREATE TABLE ircd_opers (
id integer primary key,
username text,
password text,
hostname text,
type text);