diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-07-26 13:04:16 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-07-26 13:04:16 +0000 |
commit | d00ffdc589ac14fea4a89e1aebeb70046c3f5774 (patch) | |
tree | b11287dfbc2fc7df25a27f374c878d26d4201a4b | |
parent | 82da185f5a80c9d2e550a110d9ba92dcc099029f (diff) |
Add 'google' as a synonym for search
-rw-r--r-- | data/rbot/plugins/google.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/rbot/plugins/google.rb b/data/rbot/plugins/google.rb index cd96f23c..604f44cb 100644 --- a/data/rbot/plugins/google.rb +++ b/data/rbot/plugins/google.rb @@ -49,3 +49,5 @@ class GooglePlugin < Plugin end plugin = GooglePlugin.new plugin.register("search") +plugin.register("google") + |