Make bot's help message channel-neutral

This commit is contained in:
mutantmonkey
2011-06-14 16:20:44 -04:00
parent d9c2d976e2
commit b99079a516
2 changed files with 4 additions and 2 deletions

View File

@@ -113,6 +113,8 @@ def gettitle(uri):
uri = 'http://' + uri
uri = uri.replace('#!', '?_escaped_fragment_=')
title = None
try:
redirects = 0
while True: