From 0bdaca54ee931644bed2135628d270ed32be9c92 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 25 Apr 2005 17:26:44 +0000 Subject: Added hostname checking git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1188 e03df62e-2008-0410-955e-edbf42e46eb7 --- extras/m_sqloper.schema.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'extras/m_sqloper.schema.sql') diff --git a/extras/m_sqloper.schema.sql b/extras/m_sqloper.schema.sql index d4da959c2..293a2aa70 100644 --- a/extras/m_sqloper.schema.sql +++ b/extras/m_sqloper.schema.sql @@ -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; -- cgit v1.3.1-10-gc9f91