Bot::BasicBot::Pluggable::Module::Vars(3pm) | User Contributed Perl Documentation | Bot::BasicBot::Pluggable::Module::Vars(3pm) |
Bot::BasicBot::Pluggable::Module::Vars - change internal module variables
version 1.20
Bot modules have variables that they can use to change their behaviour. This module, when loaded, gives people who are logged in and authenticated the ability to change these variables from the IRC interface. The variables that are set are in the object store, and begin "user_", so:
!set Module foo bar
will set the store key 'user_foo' to 'bar' in the 'Module' module.
Mario Domgoergen <mdom@cpan.org>
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2022-10-14 | perl v5.34.0 |