logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Bot::BasicBot::Pluggable::Module::Vars - change internal module variables

Author

       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.

perl v5.40.0                                       2024-08-24             Bot::BasicBot::...e::Module::Vars(3pm)

Irc Usage

       !set <module> <variable> <value>
           Sets the variable to value in a given module. Module must be loaded.

       !unset <module> <variable>
           Unsets a variable (deletes it entirely) for the current load of the module.

       !vars <module>
           Lists the variables and their current values in a module.

Name

       Bot::BasicBot::Pluggable::Module::Vars - change internal module variables

Synopsis

       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.

Version

       version 1.30

See Also