mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Fix for bug 873896
This commit is contained in:
parent
3e93599419
commit
27151f6523
@ -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/'
|
||||
|
Loading…
Reference in New Issue
Block a user