# File contrib/plugins/stats.rb, line 59 def privmsg(m) if not m.params and not m.plugin =~ /listtokens/ m.reply "What a crazy fool! Did you mean |help stats?" return end meth = self.method(@@commands[m.plugin]) meth.call(m) end