diff options
-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]+$/ }, } |