inspircd/extras/m_sqloper.schema.sql
brain 0bdaca54ee Added hostname checking
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1188 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-25 17:26:44 +00:00

25 lines
407 B
SQL

-- MySQL dump 9.11
--
-- Host: localhost Database: brain
-- ------------------------------------------------------
-- Server version 4.0.20
--
-- Table structure for table `ircd_opers`
--
CREATE TABLE ircd_opers (
id bigint(20) NOT NULL auto_increment,
username text,
password text,
hostname text,
type text,
PRIMARY KEY (id)
) TYPE=MyISAM;
--
-- Dumping data for table `ircd_opers`
--