Load the 1.9 compatibility code earlier
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Wed, 12 Jan 2011 20:06:27 +0000 (21:06 +0100)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Wed, 12 Jan 2011 20:06:27 +0000 (21:06 +0100)
commit0822301885f049e1b49d5cf20f640c1b0028d65b
tree01e6b156a78b0d8badc3588eea0e3419b5a1676d
parent450ab5c9615481acd9cfd5ac1cb24810460bd382
Load the 1.9 compatibility code earlier

The compat19 code touches the monitor mixins which are used by the
logger which is started as soon as ircbot.rb is loaded. To make sure the
logger uses the compat code we must load compat19 before ircbot.
bin/rbot