# HG changeset patch # User Matthew Wild # Date 1261458389 0 # Node ID 6b31cc678fd739683c47364ece6359157dcaad4f # Parent f9e4ee00f557224f48036bb62079874b8292583b Add configured plugins to the bot instead of the stream diff -r f9e4ee00f557 -r 6b31cc678fd7 init.lua --- a/init.lua Mon Dec 21 22:09:14 2009 +0000 +++ b/init.lua Tue Dec 22 05:06:29 2009 +0000 @@ -118,7 +118,7 @@ end for _, plugin in ipairs(config.plugins or {"ping"}) do - c:add_plugin(plugin); + b:add_plugin(plugin); end b:hook("started", function ()