]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - extras/m_sqloper.schema.sql
Added hostname checking
[user/henk/code/inspircd.git] / extras / m_sqloper.schema.sql
index d4da959c2b78c2e91a72ed991e69b6d085cf2ccd..293a2aa7041c8faf4ccf669ff3652ffd9dc1d29e 100644 (file)
@@ -12,6 +12,7 @@ CREATE TABLE ircd_opers (
   id bigint(20) NOT NULL auto_increment,
   username text,
   password text,
+  hostname text,
   type text,
   PRIMARY KEY  (id)
 ) TYPE=MyISAM;