docs/example.rb in fantasy-irc-0.2.0 vs docs/example.rb in fantasy-irc-0.2.1

- old
+ new

@@ -3,10 +3,10 @@ # new connection bot = Fantasy::IRC.new # load some plugins -bot.plugins.load 'corecommands' +bot.plugins.load 'nettools' # log in once we are connected connected = Proc.new do bot.login nickname: "example", username: "example", realname: "GECOS field" end