aboutsummaryrefslogtreecommitdiff
path: root/modules/channel_op.py
Commit message (Expand)AuthorAgeFilesLines
* send_mode() args should be an arrayGravatar jesopo2019-09-151-2/+2
* _parse_flags() should always return 2 objectsGravatar jesopo2019-09-121-1/+1
* only apply modes for !flags when the user doesn't have them alreadyGravatar jesopo2019-09-121-5/+12
* _check_flags() when flags are changedGravatar jesopo2019-09-121-0/+3
* add !b as an alias of !banGravatar jesopo2019-09-121-0/+1
* limit !flags mode changes to 3-per-line, add comment as to whyGravatar jesopo2019-09-121-1/+3
* remove debug printsGravatar jesopo2019-09-121-2/+0
* remove extra ")"Gravatar jesopo2019-09-121-1/+1
* sort uppercase chars after lowercase chars for !flagsGravatar jesopo2019-09-121-1/+4
* check a user is authenticated before applying modes, catch login tooGravatar jesopo2019-09-121-19/+28
* first draft of !flags systemGravatar jesopo2019-09-121-0/+73
* add !inviteGravatar jesopo2019-09-121-0/+18
* don't use full event names to check what command we're inGravatar jesopo2019-09-101-3/+3
* Add IntRangeSetting, reorder OptionsSetting arg orderGravatar jesopo2019-08-301-2/+2
* copypaste name collision for channel_op.py's `op` functionGravatar jesopo2019-08-301-1/+1
* set channel_op.py _name to ChanOpGravatar jesopo2019-08-141-0/+2
* switch `!mute` to use `+1s` duration formatGravatar jesopo2019-08-141-9/+5
* add configurable default kick message per bot/server/channelGravatar jesopo2019-08-141-1/+12
* `!kickban`'s `_ban` call needs an `add` argGravatar jesopo2019-08-141-1/+1
* refactor/rewrite channel_op.py, split highlight spam protection outGravatar jesopo2019-08-141-270/+109
* 'event' doesn't exist in _banGravatar jesopo2019-07-171-2/+2
* add ability to disable !mute for networks that dont support mutesGravatar jesopo2019-07-101-1/+6
* Automatically format `example` text for OptionsSetting (showing options)Gravatar jesopo2019-06-291-2/+1
* Implement utils.OptionsSettingGravatar jesopo2019-06-281-2/+3
* Refactor set/channelset/serverset/botset in to 'utils.Setting' objectsGravatar jesopo2019-06-281-15/+11
* channel-only,require-mode,require-access -> channel_only,require_mode,require...Gravatar jesopo2019-06-271-3/+3
* 'quiet' -> 'mute', add duration parameterGravatar jesopo2019-06-271-17/+33
* add !quiet and !unquietGravatar jesopo2019-06-271-0/+38
* Change from `yield` checks to a func in `events` that pass up EventErrorsGravatar jesopo2019-06-151-3/+6
* Change prviate channel_access commands to use a "channel-access" yield checkGravatar jesopo2019-06-141-6/+6
* Add `depends-on` hashflags to relevant modulesGravatar jesopo2019-05-251-0/+5
* Add usage examples for all settingsGravatar jesopo2019-05-231-4/+6
* Catch UserNotFoundException in var `e`Gravatar jesopo2019-05-081-1/+1
* Change channel_op's _name from "Channel Op" to "ChanOp"Gravatar jesopo2019-04-261-1/+1
* Add Database.servers.get_by_alias, move IRCBot.get_server to•••IRCBot.get_server_by_id, add IRCBot.get_server_by_alias and change !connect/!disconnect to take aliases instead of IDs Gravatar jesopo2019-04-241-1/+1
* Shift formatting protocol data to it's own file: utils.irc.protocolGravatar jesopo2019-02-181-4/+4
* Actually add private_unban function def. oops. (channel_op.py)Gravatar jesopo2019-01-301-0/+1
* Add private message `unban` command (channel_op.py)Gravatar jesopo2019-01-301-0/+10
* Actually use `channel` arg in _kick_command (channel_op.py)Gravatar jesopo2019-01-301-1/+1
* Support `kick` and `ban` command in private message (channel_op.py)Gravatar jesopo2019-01-301-7/+31
* Correct usage help for kickban/tempkickban (channel_op.py)Gravatar jesopo2019-01-291-2/+2
* Add `require_access` to commands on channel_op.pyGravatar jesopo2019-01-291-0/+12
* Move channel tracking data/functions to src/IRCChannel.ChannelsGravatar jesopo2018-11-111-2/+2
* Typo in modules/channel_op, 'this' -> 'self'Gravatar jesopo2018-10-191-1/+1
* Pass context-wrapped timers to each module, add ModuleManager.BaseModule.on_loadGravatar jesopo2018-10-121-1/+1
* Mark command hooks that are aliases ('g' vs 'google')Gravatar jesopo2018-10-101-4/+10
* Update modules/channel_op.py to use docstring prefix denotationGravatar jesopo2018-10-041-4/+4
* Add 'remove_empty' kwarg for commands, to strip out empty spaceGravatar jesopo2018-10-031-2/+4
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality Gravatar jesopo2018-10-031-24/+24
* Add !leave to modules/channel_op.pyGravatar jesopo2018-10-021-0/+8