remove dead server

This commit is contained in:
Nikos Kouremenos 2006-01-17 22:53:23 +00:00
parent 068fcc6c37
commit e4163ab5b9
1 changed files with 1 additions and 2 deletions

View File

@ -224,7 +224,7 @@ class Config:
'http_auth': [opt_str, 'ask'], # yes, no, ask
# proxy65 for FT
'file_transfer_proxies': [opt_str,
'proxy.jabber.org, proxy65.jabber.autocom.pl, proxy.jabber.cd.chalmers.se, proxy.netlab.cz, proxy65.jabber.ccc.de, proxy65.unstable.nl'],
'proxy.jabber.org, proxy65.jabber.autocom.pl, proxy.jabber.cd.chalmers.se, proxy.netlab.cz, proxy65.jabber.ccc.de'],
'msgwin-x-position': [opt_int, -1], # Default is to let the window manager decide
'msgwin-y-position': [opt_int, -1], # Default is to let the window manager decide
'msgwin-width': [opt_int, DEFAULT_WINDOW_WIDTH],
@ -396,7 +396,6 @@ class Config:
'proxy.jabber.cd.chalmers.se': ['129.16.79.37', '7777', 'proxy.jabber.cd.chalmers.se'],
'proxy.netlab.cz': ['82.119.241.3', '7777', 'proxy.netlab.cz'],
'proxy65.jabber.ccc.de': ['217.10.10.196', '7777', 'proxy65.jabber.ccc.de'],
'proxy65.unstable.nl': ['84.107.143.192', '7777', 'proxy65.unstable.nl'],
}
def foreach(self, cb, data = None):