# File rbot/plugins/lart.rb, line 65
 def privmsg(m)
		if not m.params
			m.reply "What a crazy fool!  Did you mean |help stats?"
			return
		end

		meth = self.method(@@handlers[m.plugin])
		meth.call(m)
	end