27 Commits

Author SHA1 Message Date
Twentysix
b48c276af0 [Owner] Renamed [p]set status to game, added [p]set status 2016-09-28 02:33:27 +02:00
Irdumb
6c53947219 [Owner] Added [p]set stream command (#310) 2016-09-18 04:39:27 +02:00
Twentysix
f121e6a90d [Owner] Limit [p]leave to server chat 2016-09-07 08:39:09 +02:00
Twentysix
306fe1ca13 [Owner] Handle rate limit of name change 2016-08-31 18:55:49 +02:00
Twentysix
7904c51181 [Owner] Specify source of [p]contact's message 2016-08-29 06:34:30 +02:00
Twentysix
bf063f55fc [Owner] Laxer checks in [p]command disable
This will allow to disable the non-owner restricted commands of the owner cog
2016-08-28 07:22:37 +02:00
Twentysix
0efd7fa05c [Owner] Send confirmation on successful [p]contact 2016-08-26 07:43:55 +02:00
Twentysix
4b453ef22f Clearer / fixed typo in set prefix docstring 2016-08-17 15:22:01 +02:00
Twentysix
f73b616bf0 Show loading/reloading failure errors in chat 2016-08-15 22:12:28 +02:00
Twentysix
3bf840e92c [Owner] !set token no longer hidden 2016-07-04 21:27:26 +02:00
Twentysix
076dd93904 Added !contact, !info
!contact allows the user to send a message to the bot's owner
!info shows info about Red
2016-06-19 00:49:51 +02:00
Will
550dfb5875 Debug scoping fix (#305) 2016-06-15 22:53:54 -04:00
Will
ca09c4d229 Changed for Danny (#306) 2016-06-15 22:49:28 -04:00
Will Tekulve
f6383c2dfd Update owner for discord.py http changes 2016-06-14 09:25:56 -04:00
Will Tekulve
e6d9eeed25 Revert "!set stream"
This reverts commit 3a45a585b0b48fa748e8b579d8c36967697f1a91.
2016-06-13 21:33:40 -04:00
Irdumb
3a45a585b0 !set stream
couldn't be bothered figuring how to PR to anomaly's PR
2016-06-14 11:26:17 +10:00
Twentysix
3d53d4e88c Clearer cog error messages 2016-05-23 14:44:01 +02:00
Twentysix
3709d79f5b Added !unload all
Unloads all cogs at once
2016-05-22 23:00:47 +02:00
Twentysix
de5710082e Disable commands at !load !reload 2016-05-07 13:46:02 +02:00
Twentysix
def2035f19 Docstrings fix
Third time's a charm
2016-05-06 21:20:29 +02:00
Twentysix
c934dae7cf Forgot docstrings 2016-05-06 21:13:17 +02:00
Twentysix
399ddeb886 Disable/enable commands, uptime fix 2016-05-06 20:56:41 +02:00
Twentysix
a61eb982ea Added !servers
Lists and allows to leave servers from anywhere
2016-05-01 04:57:00 +02:00
Twentysix
ef54883d15 Added way to reset nicknames 2016-05-01 02:57:31 +02:00
Twentysix
4eccdcdcd6 Added !set nickname and !rename <user> 2016-05-01 00:04:04 +02:00
Will Tekulve
9603075538 Don't try to interpret clientexceptions on cog load 2016-04-28 21:39:14 -04:00
Will
5b764c41c3 Owner cog / Version command / doc link update / OAUTH (#203)
* Version command (#183)

* reword. replace link with link to our doc

* Move all owner commands to a separate plugin (#188)

* Move all owner commands to their own plugin.

* Move all initial cog loading to Owner plugin

* Final fix of initial cog loading

* don't allow people to unload the owner plugin without reloading it

* make sure we modify the cog registry like we're supposed to

* log the functionname too

Message updates, grammar, politeness etc

Get right names in logging formatter

Ignore cogs.owner if we find it

* add version back in

add reload docstring

Heh, woops...little security bug here

* Add in globals and bot to locals

* pass exception to the logger

* Bot will now generate OAUTH URL from the supplied endpoint (#196)

* Formatting changes, revert uptime

* Store the oauth_url internally, provide it if the owner uses `!join`
2016-04-28 16:33:53 -04:00