Commit a3f7f96b9ecacf3db0bb101c664565dc44c40975

Added Weather command

The bot can now search Google and return the weather for a
specified location.
def/w.def
(2 / 0)
  
33IMPORT Message;
44
55PROCEDURE wakeupIB(parse : Message.Parse);
6PROCEDURE Weather(parse: Message.Parse);
7(* use Google to obtain weather for a specified location *)
68PROCEDURE whatis(parse : Message.Parse);
79
810END w.