Fix for bug 873896

This commit is contained in:
James Vega 2004-01-09 17:05:52 +00:00
parent 3e93599419
commit 27151f6523

View File

@ -95,9 +95,9 @@ def configure(onStart, afterConnect, advanced):
print 'You can still use the Google module, but you won\'t ' \
'have these extra commands enabled.'
return
onStart.append('alias googlelinux "google --restrict=linux $1"')
onStart.append('alias googlebsd "google --restrict=bsd $1"')
onStart.append('alias googlemac "google --restrict=mac $1"')
onStart.append('alias add googlelinux "google --restrict=linux $1"')
onStart.append('alias add googlebsd "google --restrict=bsd $1"')
onStart.append('alias add googlemac "google --restrict=mac $1"')
else:
print 'You\'ll need to get a key before you can use this plugin.'
print 'You can apply for a key at http://www.google.com/apis/'