229 Commits

Author SHA1 Message Date
Irdumb
1a3dd95f2c Settable slot cooldown (#165) 2016-04-17 15:08:04 +02:00
tekulvw
df120884af Even better logging (#164) 2016-04-16 23:22:21 +02:00
Twentysix
614c799979 Typos 2016-04-16 22:40:21 +02:00
Twentysix
a351f2fc2a Adjustments to PR 2016-04-16 22:31:18 +02:00
tekulvw
4fb5ba75b4 Backup settings on deletion (#163) 2016-04-16 22:30:17 +02:00
Irdumb
95b5096961 More info on !join with BOT tag (#161) 2016-04-16 15:32:11 +02:00
Twentysix
7656cc6657 !debug fix 2016-04-16 03:17:14 +02:00
tekulvw
3a12d97b56 Correct users count on boot. (#158) 2016-04-16 00:10:02 +02:00
Kowlin
1b8f6d26ad Fix for !join on OAuth bots (#157)
Fix for !join on OAuth bots
2016-04-16 00:06:49 +02:00
Twentysix
d291770499 Added !set token 2016-04-15 23:53:50 +02:00
Twentysix
e0aad82966 Adjustment to PR 2016-04-15 23:24:55 +02:00
Kowlin
4994c40bd3 Added support for Bot tokens (#138)
Added support for Bot tokens
2016-04-15 23:23:14 +02:00
Twentysix
a0da25aab2 Update README.md 2016-04-15 00:07:35 +02:00
Twentysix
4c8e687d9c Merge pull request #152 from tekulvw/alias-patch2
Patch to alias
2016-04-14 15:46:04 +02:00
Will Tekulve
4ad66d82d0 higher chance of equality comparison with existing commands 2016-04-14 01:19:40 -04:00
Will Tekulve
f03b44d57a Stop doing multi word, more hassle than it's worth and its pretty much
indeterminant. Added better recognition and delete all old multi
    word aliases
2016-04-14 01:12:13 -04:00
Will Tekulve
08c861ef02 add in aliaslist command - not putting it in group so anyone can use it 2016-04-14 00:40:15 -04:00
Twentysix
9a3668799f Merge pull request #119 from irdumbs/patch-4
Removed wrong error message
2016-04-14 01:24:18 +02:00
Twentysix
00d8fe1d23 Merge pull request #121 from irdumbs/patch-5
Added !sfx
2016-04-14 01:18:40 +02:00
Twentysix
78fd5cbb8b Merge pull request #149 from irdumbs/patch-9
Typos
2016-04-13 14:29:42 +02:00
Irdumb
1df2fc0d9b await sleep 2016-04-13 21:58:38 +10:00
Twentysix
f6f1b8418e Merge pull request #145 from FishyFing/develop
Added worldflags trivia
2016-04-13 00:43:46 +02:00
Twentysix
9c0e0dc6be Merge pull request #134 from Eslyium/patch-1
make the skip uses actual majority
2016-04-13 00:16:22 +02:00
Twentysix
284ee5b0e3 Merge pull request #142 from tekulvw/alias-patch
Alias patch
2016-04-13 00:10:19 +02:00
Francis Taylor
42b3e5904e Added worldflags trivia 2016-04-12 20:09:37 +01:00
Will Tekulve
072788a1cc only stop adding alias if the first WORD is already an alias in
multi-word alias names
2016-04-12 13:57:09 -04:00
Will Tekulve
74332e2cda Aliases do more, better now 2016-04-12 01:33:12 -04:00
Will Tekulve
8760fb92d5 alias PEP8 2016-04-12 00:19:42 -04:00
Twentysix
e356ced715 Resend messages in case of trivia gateway errors
Awful "fix", but should make things better
2016-04-12 02:41:23 +02:00
Twentysix
74a1dad37f Merge pull request #125 from irdumbs/patch-8
Fix to prefixes
2016-04-11 19:15:27 +02:00
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
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