diff options
author | Matthias H <apoc@sixserv.org> | 2013-08-18 12:14:32 +0200 |
---|---|---|
committer | Matthias H <apoc@sixserv.org> | 2013-08-18 12:14:32 +0200 |
commit | 8ecbb72e7ad7159addea86a6acac1fb97348c9dd (patch) | |
tree | 4a95a65bc773a66145eac5592f1350240e03c6b4 /data | |
parent | 6cfee54d64e02efc2417b119e8a6493beb9335a8 (diff) |
fixes azgame: changed dictionary url
Diffstat (limited to 'data')
-rw-r--r-- | data/rbot/plugins/games/azgame.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/games/azgame.rb b/data/rbot/plugins/games/azgame.rb index 572684d9..a19da43c 100644 --- a/data/rbot/plugins/games/azgame.rb +++ b/data/rbot/plugins/games/azgame.rb @@ -145,7 +145,7 @@ class AzGamePlugin < Plugin :good => /(?:singular )?noun|verb|adj/, :first => 'abacus', :last => 'zuni', - :url => "http://www.chambersharrap.co.uk/chambers/features/chref/chref.py/main?query=%s&title=21st", + :url => "http://www.chambers.co.uk/search.php?query=%s&title=21st", :listener => /^[a-z]+$/ }, } |