dominikh1 changed the topic of #cinch to: So long, and thanks for all the fish | The IRC Framework | Latest version: Cinch 2.3.1 | You're being logged at https://irclog.whitequark.org/cinch/
<kaleido> is there a way to add new commands without having to reload?
<kaleido> how about !command leftylink where instead of using #{m.user.nick} like the Hello example, what is the object for leftylink?
<leftylink> I'm not sure I understood the question. is the question that `m` is an object of type Message, or something else?
<kaleido> yeah so "!slap leftylink" would make the bot say "I will slap you like the dog you are, leftylink!"
<kaleido> less silly than that, but that's the general jist
<leftylink> great... well the bot is able to use the Message to achieve whatever the goal of the command may be
<kaleido> i am probably not asking a concise question
<leftylink> great, well, capture groups of any message match regexes will be passed to the designated method. surely some examples demonstrate this capability
_whitelogger has joined #cinch
<kaleido> can plugins be loaded dynamically?
<leftylink> to load plugins dynamically, there is the possibility of using https://github.com/dominikh/Mathetes/blob/cinch_rewrite/lib/cinch/plugins/plugin_management.rb or similar.
Lirion has joined #cinch