summaryrefslogtreecommitdiffstats
path: root/lib/IM/Engine/Plugin/Commands
Commit message (Collapse)AuthorAgeFilesLines
* need to override both message and plaintextJesse Luehrs2009-10-311-1/+2
|
* clone the last message, don't just try to recreate itJesse Luehrs2009-10-311-2/+3
|
* avoid another undef warningJesse Luehrs2009-10-311-1/+1
|
* don't overwrite a custom base_class optionJesse Luehrs2009-10-311-1/+2
|
* use the base_class init_meta option rather than doing the logic myselfJesse Luehrs2009-10-311-3/+2
|
* build_, not setup_Jesse Luehrs2009-10-311-1/+1
|
* get rid of a warning when no coderef is passed to commandJesse Luehrs2009-10-311-1/+1
|
* use handles instead of manual delegationJesse Luehrs2009-10-311-5/+1
|
* add help text for cmdlist and helpJesse Luehrs2009-10-312-0/+8
|
* move !help out into its own default pluginJesse Luehrs2009-10-311-0/+16
|
* convert !cmdlist into a default plugin rather than hardcoding itJesse Luehrs2009-10-311-0/+11
|
* refactor the exporters a bitJesse Luehrs2009-10-302-39/+20
|
* add a custom exporter for roles for commandsJesse Luehrs2009-08-251-0/+31
|
* have the custom exporter automatically set the base class when possibleJesse Luehrs2009-08-251-1/+6
|
* port over the basic structure from Bot::GamesJesse Luehrs2009-08-248-0/+348