diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/example.conf | 4 | ||||
| -rw-r--r-- | data/tables.sql | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/data/example.conf b/data/example.conf index 49d751adc..288c694ce 100644 --- a/data/example.conf +++ b/data/example.conf @@ -664,7 +664,7 @@ ProxyTestServer "1.2.3.4" 6667 # ProxyExpire <time> [RECOMMENDED] # # Sets the length of time before a proxy host cache entry expires, if -# not used. +# not used. If this is not set the default time is 2 days. ProxyExpire 30d @@ -679,7 +679,7 @@ ProxyExpire 30d ProxyCacheExpire 1d -# ProxyAkillReason <reason> +# ProxyAkillReason <reason> [REQUIRED] # # Sets the reason that will be used to AKILL an user from the network # if a proxy is detected. diff --git a/data/tables.sql b/data/tables.sql index db9cbe8c1..342367e26 100644 --- a/data/tables.sql +++ b/data/tables.sql @@ -194,7 +194,7 @@ CREATE TABLE anope_ns_alias ( nick varchar(255) NOT NULL default '', time_registered int(10) unsigned NOT NULL default '0', last_seen int(10) unsigned NOT NULL default '0', - status smallint(6) NOT NULL default '0', + status int(11) unsigned NOT NULL default '0', last_usermask text NOT NULL, last_realname text NOT NULL, last_quit text NOT NULL, |
