507 Commits

Author SHA1 Message Date
Twentysix
768c58e8a5 Merge pull request #124 from irdumbs/patch-7
can add customcoms with (), ""
2016-04-11 19:10:54 +02:00
Twentysix
a102b8ff80 Merge pull request #137 from Kowlin/setowner
Made the setowner command from console more clear.
2016-04-11 14:51:33 +02:00
Kowlin
19bc3ef532 Made the setowner command from console more clear. 2016-04-11 13:22:35 +02:00
Irdumb
ce6dd852c4 you call it refactoring right? 2016-04-11 13:21:31 +10:00
Eslyium
918f20c9c4 make the skip uses actual majority
skip uses actual majority
2016-04-10 22:30:13 -04:00
Twentysix
54fb3ba818 pep8 and check for permissions to send message for alerts
pep8 and check for permissions to send messages for alerts
2016-04-10 15:34:58 +02:00
Irdumb
d39c1baf92 display only server-specific settings if available
assumes server-specific settings are stored uhhhhh shoot, lemme just give an example.

{
    "MAX_CACHE": 50,
    "SERVER_SFX_ON": {
        "server1_id_here":True,
        "server2_id_here":False
    }
}
2016-04-10 20:12:45 +10:00
Irdumb
162916db18 behavior + is_done + bug fix
!play behavior
put is_done in EmptyPlayer so bot stops complaining
fixed !queue > !sfx > !mix bug
2016-04-10 10:50:55 +10:00
Will Tekulve
6c488ea951 pep8 and not send messages when we don't have permissions 2016-04-09 19:05:06 -04:00
Irdumb
54dc976f3a some behaviors & multiword sfx
added some of the music control behaviors

quotes now not needed for multiword sfx
2016-04-10 08:32:14 +10:00
Will Tekulve
6a726d1a60 actually don't add bad stuff 2016-04-09 18:24:04 -04:00
Will Tekulve
7c6f7037b0 warnings and responses 2016-04-09 18:21:27 -04:00
Twentysix
835a8682c9 Prevent creation of CC if command with that name exists 2016-04-09 21:18:24 +02:00
Twentysix
1ef2ed4c04 Added !triviaset 2016-04-09 21:03:33 +02:00
Irdumb
607cde76f4 support for sfx list >2k characters
didn't add paging to the other list commands as per request be Twentysix?? I may have misunderstood.

Doesn't account for sfx with emoji in their names. I'm not sure if that's even possible.
2016-04-08 16:45:47 +10:00
Irdumb
aa9d47d6f1 simple setting of nested prefixes
issue#118
doesn't handle:
!set prefix ! !p
!ping
^ will not respond pong.
2016-04-07 23:30:17 +10:00
Irdumb
57258f2fcc more cleanup 2016-04-07 11:47:00 +10:00
Irdumb
1f641f6ebf cleanup non-needed stuffs 2016-04-07 11:36:29 +10:00
Irdumb
4a9b3fcebb can add customcoms with (), ""
fixed by Will/tekulvw
2016-04-07 10:40:38 +10:00
Twentysix
0b0931ba87 Added new trivia list 2016-04-06 23:40:11 +02:00
Twentysix
c76deaa1cd Trivia list update 2016-04-06 21:51:36 +02:00
Irdumb
67d59ad123 give us territories some love <3
Capitals added for:

American Samoa
Guam
Northern Mariana Islands
Puerto Rico
U.S. Virgin Islands
2016-04-06 23:31:25 +10:00
Irdumb
3cb7ea02ad no_pm for sfx toggle 2016-04-06 23:19:18 +10:00
Twentysix
036a14d99c New trivia list, fixed two others 2016-04-06 15:12:02 +02:00
Irdumb
7259ae0fcc correctly stops sfx
and minor formatting
2016-04-06 22:37:07 +10:00
Will Tekulve
640722d19d populate list on add 2016-04-05 22:26:07 -04:00
Will Tekulve
2d8457c5f0 consolidate list repopulation 2016-04-05 22:25:33 -04:00
Will Tekulve
c4589700a9 repo add/del docstrings 2016-04-05 22:01:42 -04:00
Irdumb
aa4afc3255 added sound effects support
!sfx - plays the specified sound file from the data/audio/sfx directory
!audioset sfx - toggles sfx for server
!list sfx - lists sound effects

Gives responsibility of `!stop`ping a stuck player to the user, like the other audio commands do
2016-04-06 00:53:38 +10:00
Irdumb
8bb306ac06 removed message that doesn't make sense
when user does !queue link/search when not in a voice channel, the bot says
"I'm already playing music for other people." then
"That link is now allowed."

2nd message doesn't make sense and causes confusion
2016-04-05 22:18:58 +10:00
Twentysix
71dc5ea751 Added owner's discrim to !server 2016-04-04 20:49:46 +02:00
Twentysix
38881cf71d Merge pull request #117 from Kowlin/economy
Added formating to Economy
2016-04-04 20:30:46 +02:00
Robert
1f29b3ca16 Revert change, wrong branch 2016-04-04 08:22:39 +02:00
Robert
2612366f1a Update economy.py 2016-04-04 08:21:56 +02:00
Kowlin
255842d3e6 Formating added to Economyset
A small quality of life change... It would be nice if we can make the code not like like it comes from 2002 ;)
2016-04-04 07:55:02 +02:00
Twentysix
e5f6481b48 Added mention to roll 2016-04-03 21:39:50 +02:00
Robert
203b3b5a1a Update general.py 2016-04-03 20:04:35 +02:00
Twentysix
071063d507 Merge pull request #115 from irdumbs/patch-3
fix some trivia typos
2016-04-03 18:19:03 +02:00
Irdumb
7a50334f62 harrypotter.txt typo
Lord Voldemort (/ˈvoʊldəmɔːr/,[1][2] or /ˈvoʊldəmɔːrt/ in the films) (born Tom Marvolo Riddle) is a fictional character in J. K. Rowling's series of Harry Potter novels. [Wiki](https://en.wikipedia.org/wiki/Lord_Voldemort)
2016-04-03 23:14:45 +10:00
Irdumb
0d815674bc fix quake publisher question
Quake is a first-person shooter video game, developed by id Software and published by GT Interactive in 1996.
2016-04-03 22:12:25 +10:00
Will Tekulve
657d69f4cd add info back in 2016-04-01 19:42:29 -04:00
Will Tekulve
d6c9d0704f gotta update before looking for cogs 2016-04-01 18:05:44 -04:00
Will Tekulve
7e89518be3 so I blew up the last branch, this one is nicer 2016-03-31 23:38:41 -04:00
Twentysix
7b04dac317 Handling of over 2k characters leaderboard 2016-03-29 16:07:39 +02:00
Twentysix
4be9757404 Better unloading of background tasks 2016-03-29 15:41:46 +02:00
Twentysix
cab5b23b0b Support for over 2k characters in CCs list 2016-03-29 00:06:14 +02:00
Twentysix
15fc9db1c6 Accept multiple answers in !cog install 2016-03-25 19:00:01 +01:00
Twentysix
e9c7e32176 Typo 2016-03-25 18:52:13 +01:00
Twentysix
a22e0bad62 Further checks to initial configuration 2016-03-23 16:43:16 +01:00
Twentysix
8830629ce8 Fix to imgur's description 2016-03-23 16:15:19 +01:00