in reply to [Bot::BasicBot::Pluggable::Module::ChanOp] Where is the mode method defined?

I've only had a quick look, but I think it's probably this AUTOLOAD method.

use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name
  • Comment on Re: [Bot::BasicBot::Pluggable::Module::ChanOp] Where is the mode method defined?