Fix a silly line-continuation error

This commit is contained in:
James Vega 2003-10-28 00:20:23 +00:00
parent 7ae53ef169
commit 114909f702

View File

@ -89,7 +89,7 @@ def configure(onStart, afterConnect, advanced):
if yn('Do you want the Google Groups link snarfer enabled by '\
'default?') == 'n':
onStart.append('Google togglesnarfer groups off')
if yn('Do you want the Google search snarfer enabled by default?')
if yn('Do you want the Google search snarfer enabled by default?')\
== 'y':
onStart.append('Google togglesnarfer search on')
else: