From 22aed08fae3cdccd2e77b5515808f770811b88cc Mon Sep 17 00:00:00 2001 From: "Sean B. Palmer" Date: Wed, 13 Jan 2010 13:11:32 +0000 Subject: Added server password stuff from Javier. --- modules/head.py | 2 +- modules/info.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/head.py b/modules/head.py index 274e1b0..231ffdb 100755 --- a/modules/head.py +++ b/modules/head.py @@ -113,7 +113,7 @@ def f_title(self, origin, match, args): return u = urllib2.urlopen(req) - bytes = u.read(32768) + bytes = u.read(262144) u.close() except IOError: diff --git a/modules/info.py b/modules/info.py index c3d13ef..dbf2d44 100755 --- a/modules/info.py +++ b/modules/info.py @@ -47,7 +47,7 @@ def stats(phenny, input): channels = {} ignore = set(['f_note', 'startup', 'message', 'noteuri']) - for (name, user), count in phenny.stats.iteritems(): + for (name, user), count in phenny.stats.items(): if name in ignore: continue if not user: continue -- cgit v1.2.3-1-g7c22