aboutsummaryrefslogtreecommitdiff
path: root/modules/commands.py
Commit message (Expand)AuthorAgeFilesLines
* Change command.py to use call_limitedGravatar jesopo2018-08-281-3/+4
* Change how specific events assure their hooks gets the event independant of•••loading order Gravatar jesopo2018-08-281-1/+1
* modules/logging.py -> IRCLogging.py; IRCLog.py -> IRCBuffer.py; change logging•••to be an object on the server object instead of an event call Gravatar jesopo2018-08-281-4/+4
* also empty command stdout when there's no !moreGravatar jesopo2018-08-051-0/+2
* skip !more's out/err, added a way to split messages from their prefixes for•••logging purposes Gravatar jesopo2018-07-141-7/+8
* Added a "replay" system to EventManager hooks, to replay missed .callsGravatar jesopo2017-12-261-6/+5
* Handle empty CAP, additional IRCLog feature, better tls, better channel_save ...•••Signed-off-by: jesopo <github@lolnerd.net> Gravatar jesopo2017-10-271-0/+3
* Reset font just before "(more)" truncation.Gravatar jesopo2016-12-051-1/+1
* added a function to Utils to get the "closest" setting, with channel/user set...Gravatar jesopo2016-05-061-1/+1
* started passing some more helpful info when preprocessing a command.Gravatar jesopo2016-04-181-1/+2
* added command-prefix to channel settings.Gravatar jesopo2016-04-141-3/+8
* changed commands.py to show usage help (if available) when minimum arguments ...Gravatar jesopo2016-04-101-2/+6
* added usage help to a lot of modules, added a verbose option to karma.py.Gravatar jesopo2016-04-061-2/+3
* added a usage command to show usage help for commands.Gravatar jesopo2016-04-051-1/+19
* oopsGravatar jesopo2016-04-041-1/+1
* added a way for command event hooks to ask to only be fired from private mess...Gravatar jesopo2016-04-041-0/+2
* tinkered with some modules and fixed a few bugs, also added the skeleton for ...Gravatar jesopo2016-04-031-1/+3
* removed yet more left over code from when commands were channel-only.Gravatar jesopo2016-03-311-4/+2
* added a "hashflag" to modules to stop modules being loaded that rely on a not...Gravatar jesopo2016-03-301-2/+6
* made channel commands prefixable with the bot's nickname, not just the comman...Gravatar jesopo2016-03-301-3/+11
* made commands work in channel AND in private message.Gravatar jesopo2016-03-291-44/+60
* added random.py, added code to commands.py to remove all empty strings from a...Gravatar jesopo2016-03-291-1/+2
* first commit.Gravatar jesopo2016-03-291-0/+142