Commit Graph

1768 Commits

Author SHA1 Message Date
Kwoth
504da01917 People without manage messages can no longer user reminds on channels 2017-03-05 23:34:01 +01:00
Kwoth
b0352c20be Updated supported languages list 2017-03-05 23:05:38 +01:00
Kwoth
a7e0fa716d Added swedish, norwegian, polish(unfinished), trad. chinese(unfinished) and turkish(unfinished) 2017-03-05 23:00:25 +01:00
Kwoth
b09c39cf5b poll localization, fixed pollstats 2017-03-05 22:40:29 +01:00
Kwoth
6fb0822bfd Merge branch 'dev' of https://github.com/Kwoth/NadekoBot into dev 2017-03-05 18:58:44 +01:00
Kwoth
f7ca6ec0e0 localization 2017-03-05 18:58:40 +01:00
Rajath Ranganath
7d22642704 Remove unnecessary capitalization 2017-03-05 21:22:40 +05:30
Kwoth
65f87f2021 Merge branch 'dev' of https://github.com/Kwoth/NadekoBot into dev 2017-03-05 16:23:44 +01:00
Kwoth
e741e84190 missing key 2017-03-05 16:09:54 +01:00
Master Kwoth
8fd145a0bb Update ResponseStrings.zh-CN.resx (POEditor.com) 2017-03-04 17:04:50 +01:00
Master Kwoth
47595dc926 Update ResponseStrings.de-DE.resx (POEditor.com) 2017-03-04 17:04:42 +01:00
Master Kwoth
023bf46ed7 Update ResponseStrings.nl-NL.resx (POEditor.com) 2017-03-04 17:04:37 +01:00
Kwoth
f37a2c4db9 added zh-CN 2017-03-04 17:02:25 +01:00
Kwoth
751bd85b3e move or stay almost complete 2017-03-04 03:15:31 +01:00
Kwoth
02963151be moveorstay gambling game implemented but too profitable, commented out. 2017-03-04 00:32:16 +01:00
Kwoth
2ae7fbcab5 Changed a string 2017-03-03 18:45:59 +01:00
Master Kwoth
a22e8cafb4 Merge pull request #1100 from shikhir-arora/dev
Added support in .qsearch output, support for all cases, add ContainsNoCase Extension
2017-03-03 18:44:03 +01:00
Master Kwoth
11282658fa Merge pull request #1101 from rjt-rockx/patch-2
Fixed a crap ton of command help messages
2017-03-03 17:10:12 +01:00
Rajath Ranganath
07a0ff078b Fixed stuf 2017-03-03 21:34:16 +05:30
Kwoth
ac6ad1d853 fixed nsfw string 2017-03-03 03:59:12 +01:00
Kwoth
175a6cdfcc Merge branch 'dev' of https://github.com/Kwoth/NadekoBot into dev 2017-03-03 03:15:29 +01:00
Kwoth
2bd7080324 fixed calcops 2017-03-03 03:08:55 +01:00
Master Kwoth
71c06f6020 Update ResponseStrings.ja-JP.resx (POEditor.com) 2017-03-03 02:26:36 +01:00
Master Kwoth
8881d32151 Update ResponseStrings.de-DE.resx (POEditor.com) 2017-03-03 02:26:25 +01:00
Master Kwoth
55fc4432dd Update ResponseStrings.fr-fr.resx (POEditor.com) 2017-03-03 02:26:23 +01:00
Master Kwoth
6390da4614 Update ResponseStrings.nl-NL.resx (POEditor.com) 2017-03-03 02:26:20 +01:00
Kwoth
ebe662594b .langli no longer requires bot ownership 2017-03-03 02:11:21 +01:00
Kwoth
43d19babb2 Merge branch 'dev' of https://github.com/Kwoth/NadekoBot into dev 2017-03-03 02:06:31 +01:00
Kwoth
2b35d1c655 fixed names for jap and nl translations 2017-03-03 02:06:20 +01:00
Shikhir Arora
f023251170 Update QuoteRepository.cs
updated with syntax from added extensions
2017-03-02 17:26:40 -05:00
Shikhir Arora
33faec9649 ContainsNoCase
Extension for Contains() used extensively, here as `ContainsNoCase` for indexOf() with StringComparison type options: 

CurrentCulture, CurrentCultureIgnoreCase, InvariantCulture, InvariantCultureIgnoreCase, Ordinal, OrdinalIgnoreCase

The extension here implements the String.IndexOf Method (String,StringComparison) method: 
https://msdn.microsoft.com/en-us/library/ms224425(v=vs.110).aspx

Allows clean access to this method as `ContainsNoCase(string, StringComparison.TYPE)`
2017-03-02 17:21:03 -05:00
Shikhir Arora
6059ea3dc0 Merge remote-tracking branch 'Kwoth/dev' into dev 2017-03-02 14:45:24 -05:00
Shikhir Arora
c7e694fc1d Update QuoteCommands.cs 2017-03-02 11:24:37 -05:00
Shikhir Arora
f4870c4678 Update QuoteRepository.cs 2017-03-02 11:22:07 -05:00
Rajath Ranganath
aba3a5f6f3 Minor typo fix 2017-03-02 17:08:49 +05:30
Rajath Ranganath
c77048769d Fixed a crap ton of command help messages
Added extra markdown too. Command help looks bootiful now :3
2017-03-02 17:03:23 +05:30
Shikhir Arora
1418297958 Update QuoteRepository.cs 2017-03-02 05:20:12 -05:00
samvaio
63823d10bf music playlist and weather fixes 2017-03-02 15:17:15 +05:30
Shikhir Arora
97b314d611 Update QuoteRepository.cs
whoops xD
2017-03-02 04:44:49 -05:00
Shikhir Arora
0a55c6f09c Update QuoteRepository.cs
syntax cleanup
2017-03-02 04:09:12 -05:00
Shikhir Arora
72de465c34 Update QuoteRepository.cs
handle all standard cases (matches text that contains the exact, upper, or lowercase forms of the input text to search)
2017-03-02 03:57:39 -05:00
Shikhir Arora
6773d1e86d See 9344c1b498 2017-03-02 03:49:53 -05:00
Shikhir Arora
b3080f193f Update QuoteRepository.cs 2017-03-02 03:49:34 -05:00
Shikhir Arora
e2f855a729 Support for embeds in .qsearch output + case
- Support for embeds in .qsearch output results
- Search can be case insensitive (changes made 011b951a29)
- Output shows keyword in lowercase as it's easier to read (line 104)
- Minor syntax cleanups
2017-03-02 03:46:10 -05:00
Shikhir Arora
9344c1b498 Support for embeds in .qsearch output
- Support for embeds in .qsearch output results
- Search can be case insensitive (changes made 011b951a29)
- Output shows keyword in lowercase as it's easier to read (line 104)
- Minor syntax cleanups
2017-03-02 03:41:33 -05:00
Shikhir Arora
011b951a29 Update QuoteRepository.cs 2017-03-02 03:29:27 -05:00
Kwoth
f53c68e113 version upped to 1.2 2017-03-01 22:06:37 +01:00
Kwoth
ccef094388 Fixed smp string 2017-03-01 21:42:20 +01:00
Kwoth
cc9224b758 Merge branch 'dev' of https://github.com/Kwoth/NadekoBot into dev 2017-03-01 21:38:13 +01:00
Kwoth
bef5549f11 Commented out unfinished languages from the list of supported ones 2017-03-01 21:38:05 +01:00
Master Kwoth
5e06ccb5bf Update ResponseStrings.ru-RU.resx (POEditor.com) 2017-03-01 21:37:08 +01:00
Master Kwoth
fb574f0925 Update ResponseStrings.de-DE.resx (POEditor.com) 2017-03-01 21:37:01 +01:00
Master Kwoth
c04163e4c1 Create ResponseStrings.fr-fr.resx (POEditor.com) 2017-03-01 21:36:58 +01:00
Kwoth
50553bd8b0 Fixed resource filenames 2017-03-01 20:40:09 +01:00
Kwoth
b9b3be1ba5 Merge branch 'dev' of https://github.com/Kwoth/NadekoBot into dev 2017-03-01 18:14:50 +01:00
Kwoth
f294b9997b fixed string 2017-03-01 18:14:22 +01:00
Master Kwoth
b93c212c68 Update ResponseStrings.ru-RU.resx (POEditor.com) 2017-03-01 18:11:07 +01:00
Master Kwoth
ded86b51b0 Update ResponseStrings.pt-BR.resx (POEditor.com) 2017-03-01 18:11:04 +01:00
Master Kwoth
78c2eb4430 Update ResponseStrings.de-DE.resx (POEditor.com) 2017-03-01 18:11:01 +01:00
Master Kwoth
c65398482a Update ResponseStrings.fr-fr.resx (POEditor.com) 2017-03-01 18:10:58 +01:00
Kwoth
418ab7a08f Merge branch 'dev' of https://github.com/Kwoth/NadekoBot into dev 2017-03-01 17:12:54 +01:00
Kwoth
a199891612 fixed some strings, thx xnaas, closes #1093 2017-03-01 17:12:38 +01:00
Master Kwoth
ca98cc51ed Update ResponseStrings.pt-BR.resx (POEditor.com) 2017-03-01 16:24:39 +01:00
Kwoth
770e48a85f Merge branch 'dev' of https://github.com/Kwoth/NadekoBot into dev 2017-03-01 12:37:19 +01:00
Kwoth
d17055f364 Fixed .prune X 2017-03-01 12:36:28 +01:00
Master Kwoth
71f5420819 Update ResponseStrings.pt-BR.resx (POEditor.com) 2017-03-01 10:36:40 +01:00
Master Kwoth
98a0f97bbe Update CommandStrings.ja-JP.resx (POEditor.com) 2017-03-01 10:36:37 +01:00
Master Kwoth
f025ee6461 Update ResponseStrings.de-DE.resx (POEditor.com) 2017-03-01 10:36:35 +01:00
Master Kwoth
972726e6af Update ResponseStrings.fr-fr.resx (POEditor.com) 2017-03-01 10:36:32 +01:00
Master Kwoth
79681b4958 Update ResponseStrings.sr-cyrl-rs.resx (POEditor.com) 2017-03-01 01:51:07 +01:00
Master Kwoth
9a8c77a4b7 Update ResponseStrings.pt-BR.resx (POEditor.com) 2017-03-01 01:51:05 +01:00
Master Kwoth
5dcab61641 Update CommandStrings.ja-JP.resx (POEditor.com) 2017-03-01 01:51:02 +01:00
Master Kwoth
1d38b92757 Update CommandStrings.nl-NL.resx (POEditor.com) 2017-03-01 01:51:00 +01:00
Master Kwoth
8be5e0bf61 Update ResponseStrings.ru-RU.resx (POEditor.com) 2017-03-01 01:50:57 +01:00
Master Kwoth
120da4a604 Update ResponseStrings.de-DE.resx (POEditor.com) 2017-03-01 01:50:55 +01:00
Master Kwoth
c48d755c9a Update ResponseStrings.fr-fr.resx (POEditor.com) 2017-03-01 01:50:52 +01:00
Kwoth
b588edeeee added languages in progress to the list too 2017-03-01 01:48:29 +01:00
Master Kwoth
172d401da7 Update ResponseStrings.ru-RU.resx (POEditor.com) 2017-02-28 21:50:39 +01:00
Master Kwoth
c4a248889e Update ResponseStrings.de-DE.resx (POEditor.com) 2017-02-28 21:50:36 +01:00
Master Kwoth
9485d94a83 Update ResponseStrings.fr-fr.resx (POEditor.com) 2017-02-28 21:50:34 +01:00
Kwoth
5f8982d4fb Added german and russian to list of supported languages, russian is unfinished atm btw 2017-02-28 21:47:50 +01:00
Kwoth
31974baa13 added russian 2017-02-28 21:46:06 +01:00
Kwoth
f3e019ca6c Added german, fixed some strings 2017-02-28 21:43:56 +01:00
Kwoth
7aa268e68c Merge branch 'dev' of https://github.com/Kwoth/NadekoBot into dev 2017-02-28 14:42:40 +01:00
Kwoth
d58ebd100f Fixed ~ani and ~mang, searches might be off for some time 2017-02-28 14:42:26 +01:00
Master Kwoth
868c5e6487 Update ResponseStrings.fr-fr.resx (POEditor.com) 2017-02-28 14:13:50 +01:00
Kwoth
500e128d42 voicepresence fix 2017-02-28 10:35:36 +01:00
Kwoth
81adc259d9 french translation added for responses, Some string fixes 2017-02-28 03:22:46 +01:00
Kwoth
1fbe7a034e fixes 2017-02-27 22:44:10 +01:00
Kwoth
6ef76125a2 fixed $draw 2017-02-27 14:54:32 +01:00
Kwoth
f7cd98194d fixed a missing string 2017-02-27 13:23:48 +01:00
Kwoth
8160408f9a fixed guess and defvol keys 2017-02-26 22:56:24 +01:00
Kwoth
1f09ad67e3 some random changes, and fixed ,cw help, thx infy 2017-02-26 22:05:17 +01:00
Kwoth
a413184a43 fixed some things 2017-02-25 16:35:09 +01:00
Kwoth
316c05436e missing key 2017-02-25 12:16:48 +01:00
Kwoth
0a5036bb54 rategirl gwen rig 2017-02-25 04:40:21 +01:00
Kwoth
8712abe554 small logging bug 2017-02-25 04:18:44 +01:00
Kwoth
7c00b9fe86 ~trans now properly throws an error if language is invalid 2017-02-25 04:02:11 +01:00
Kwoth
628504b5fd videocall fixed 2017-02-25 03:57:59 +01:00
Kwoth
68ac62d4e8 fairplay key was missing 2017-02-25 03:52:27 +01:00
Kwoth
778dbcb1d0 Fixed 3 response strings. Fixed ~pokeab rare bug thanks to infy 2017-02-25 03:43:30 +01:00
Kwoth
22f961a093 localization complete, or nearly complete if I missed something 2017-02-25 02:04:32 +01:00
Kwoth
466ec12de0 >ttt string fix, thx devedux 2017-02-24 17:15:52 +01:00
Kwoth
1bfa8becb3 searches localizable o.o 2017-02-24 17:10:44 +01:00
Kwoth
2ef3006ac0 permissions done. now really 2 modules left, unless i forgot another one to make myself feel better 2017-02-24 10:53:42 +01:00
Kwoth
00629fa45f games module done too. Searches and music left. 2017-02-23 23:30:38 +01:00
Kwoth
d0fa050c30 Merge branch 'dev' of https://github.com/Kwoth/NadekoBot into dev 2017-02-23 14:35:26 +01:00
Kwoth
1d448c8756 >rategirl done, ~atl help fix 2017-02-23 13:40:43 +01:00
Master Kwoth
c59a49aa33 Merge pull request #1084 from Nitix/fix-meme
Fix specials characters for memegen
2017-02-23 11:45:53 +01:00
Nitix
0a7d077e02
Fix specials characters for memegen 2017-02-23 04:37:24 +01:00
Kwoth
53140940d7 A lot more localization, utility module done. 2017-02-23 03:06:37 +01:00
Kwoth
5cdb41b65f A lot more localization, cleanup, inole improved and dateadded is not a field in all database models 2017-02-22 18:16:05 +01:00
Kwoth
ec9c556f06 closes #1080 2017-02-22 16:11:06 +01:00
Kwoth
8ae3d0c5e5 closes #1079 2017-02-22 15:20:49 +01:00
Kwoth
fff6cb4024 fixed a string, closes #1075 2017-02-22 11:40:51 +01:00
Kwoth
895d24c755 .sinfo more reliable? 2017-02-21 20:42:04 +01:00
Kwoth
a5adce9b6f woopps 2017-02-21 18:46:37 +01:00
Kwoth
23e8a082d3 Fixed some keys, a bit more localization 2017-02-21 18:46:17 +01:00
Kwoth
4e51918c08 Fixed .donators string 2017-02-21 15:28:59 +01:00
Kwoth
126d5d61d7 Fixed acrophobia responses 2017-02-21 14:05:51 +01:00
Kwoth
0af1a711e2 normal links in log attachment list 2017-02-21 03:50:24 +01:00
Kwoth
14c0b44f03 fixed message deleted and message updated with image uploads or embeds 2017-02-21 03:27:30 +01:00
Kwoth
43ad7120f5 $divorce response string fixed 2017-02-21 03:06:13 +01:00
Kwoth
cfc00b5df6 Fixed $roll X response, $waifuinfo now shows up to 40 random wives, not all 2017-02-21 03:04:22 +01:00
Kwoth
ed656f503b ~clr fixed 2017-02-21 01:00:53 +01:00
Kwoth
06cafa1296 more localization, fixes, etc, no idea exactly what, rategirl is commented out until i fix the last bug 2017-02-20 23:46:34 +01:00
Kwoth
8b703294f1 acrophobia localizable 2017-02-19 15:18:40 +01:00
Kwoth
81675781b4 forgot nobody key 2017-02-19 02:12:14 +01:00
Kwoth
1517143248 waifu game completely localizable? 2017-02-19 02:11:31 +01:00
Kwoth
b287321712 dice rolls localizable 2017-02-18 21:39:13 +01:00
Kwoth
bd485b87f3 animal racing localizable 2017-02-18 21:07:36 +01:00
Kwoth
bf7d070684 >acro can now be ran with time between 10 and 120 only 2017-02-18 14:13:05 +01:00
Kwoth
90fa989db0 Removed unneeded mentions from >hangman 2017-02-18 14:06:58 +01:00
Kwoth
e590377628 Hangman formatting fix 2017-02-18 14:05:22 +01:00
Kwoth
0851be60a4 Dude requested it. 2017-02-18 13:34:41 +01:00
Kwoth
ed575bb3b9 .prune will delete your own message after 3 seconds 2017-02-18 13:06:42 +01:00
Shikhir Arora
c9b28aeaf1 update for .qsearch desc 2017-02-17 20:03:40 -05:00
Shikhir Arora
71ef6d4500 Update description for .qsearch 2017-02-17 20:02:48 -05:00
Kwoth
84a67f4e7e Merge branch 'dev' of https://github.com/Kwoth/NadekoBot into dev 2017-02-17 23:57:47 +01:00
Kwoth
2bd4949439 .logevents fixed 2017-02-17 23:57:28 +01:00
Shikhir Arora
5bfdeb07a3 Merge remote-tracking branch 'origin/dev' into dev 2017-02-17 17:14:30 -05:00
Shikhir Arora
8ab9b57c7d Merge remote-tracking branch 'Kwoth/dev' into dev 2017-02-17 17:14:22 -05:00
Shikhir Arora
a878aa8fa3 remove alias ... 2017-02-17 17:13:43 -05:00
Shikhir Arora
244e05bd89 Update CommandStrings.Designer.cs
remove alias ...
2017-02-17 17:13:06 -05:00
Kwoth
ffdfd0e84e word and invite filtering work on edited messages too, now 2017-02-17 15:20:28 +01:00
Kwoth
d5987f3331 ../... now support embeds too 2017-02-17 15:06:44 +01:00
Kwoth
eeb9ff9370 $$$ is smarter, $startevent flowerreaction X - x is number of flowers to award 2017-02-17 14:53:13 +01:00
Kwoth
9f69532d7b ~g fix 2017-02-17 14:43:32 +01:00
Kwoth
33bc565571 fixed rare randomcat bug 2017-02-17 14:26:32 +01:00
Kwoth
40989604e9 fixed current time on repeating songs 2017-02-17 13:57:01 +01:00
Kwoth
b588da43e5 !!ap bug fixed 2017-02-17 13:11:24 +01:00
Kwoth
cf686a20c3 owner channel bugs fixed, you can now see files sent to the bot 2017-02-17 12:05:05 +01:00
Kwoth
28563c1f0b fixed !!ms on local songs 2017-02-17 11:38:06 +01:00
Shikhir Arora
3cfad1fdbb Merge remote-tracking branch 'Kwoth/dev' into dev 2017-02-16 15:50:13 -05:00
Kwoth
9f9548b33b stats should work properly now 2017-02-16 21:49:30 +01:00
Shikhir Arora
3e571fbf3a Merge remote-tracking branch 'Kwoth/dev' into dev 2017-02-16 15:16:34 -05:00
Kwoth
b9673d5918 no idea what i did, locale won't be pink anymore though, thx aurora 2017-02-16 20:32:42 +01:00
Kwoth
7ce0702c78 banning, kicking and softbanning no longer have the delay at all. 2017-02-16 19:48:51 +01:00
Kwoth
ad2dd3a565 reduced the delay on .ban, .softban, and .kick to 1 second, from 2 2017-02-16 19:44:39 +01:00
Kwoth
108a9fb156 Fixes to music. Thanks to samvaio 2017-02-16 18:13:24 +01:00
Shikhir Arora
99417b5779 Merge remote-tracking branch 'Kwoth/dev' into dev 2017-02-16 11:51:58 -05:00
Kwoth
8eb2b980d1 Fixed random disconnects and reconnects 2017-02-16 17:47:37 +01:00
Shikhir Arora
1b81f01b05 Merge remote-tracking branch 'Kwoth/dev' into dev 2017-02-16 10:59:35 -05:00
Kwoth
e648ff7d48 I didn't save /facepalm 2017-02-16 16:37:15 +01:00
Kwoth
d8a04ed78b a few speedtyping fixes, some music experimentation 2017-02-16 16:34:14 +01:00
Shikhir Arora
96499d0514 Merge remote-tracking branch 'Kwoth/dev' into dev 2017-02-16 08:00:12 -05:00
Kwoth
fa20d8cc95 fixed self_assign_success key, thanks chf 2017-02-16 10:57:15 +01:00
Shikhir Arora
d8481a009d Merge remote-tracking branch 'origin/dev' into dev 2017-02-15 19:57:22 -05:00
Shikhir Arora
7aa86b313b Merge remote-tracking branch 'Kwoth/dev' into dev 2017-02-15 19:56:58 -05:00
Kwoth
615502fc07 fixed 5 administration response strings 2017-02-15 15:08:00 +01:00
Shikhir Arora
77f0a3b4ee Update CommandStrings.resx 2017-02-15 07:16:23 -05:00
Shikhir Arora
26e769c6dd Merge remote-tracking branch 'Kwoth/dev' into dev
# Conflicts:
#	src/NadekoBot/Resources/CommandStrings.resx
2017-02-15 07:10:31 -05:00
Shikhir Arora
d704e77124 Update CommandStrings.resx 2017-02-15 07:04:26 -05:00
Shikhir Arora
2a3eaa316a Revert "revert"
This reverts commit 641f26242c.
2017-02-15 06:57:16 -05:00
Shikhir Arora
56a8914423 Revert "matches latest dev"
This reverts commit b5db72fa1a.
2017-02-15 06:57:10 -05:00
Shikhir Arora
73ec3e43a1 Revert "Update"
This reverts commit 0ae08ec556.
2017-02-15 06:57:06 -05:00
Shikhir Arora
317edc2d94 Revert "revert"
This reverts commit 641f26242c.
2017-02-15 06:56:53 -05:00
Shikhir Arora
641f26242c revert 2017-02-15 06:24:23 -05:00
Kwoth
a5f0cf8abf ~yoda usage fix 2017-02-15 12:24:12 +01:00
Shikhir Arora
0ae08ec556 Update 2017-02-15 06:20:19 -05:00
Shikhir Arora
b5db72fa1a matches latest dev 2017-02-15 06:18:58 -05:00
Kwoth
d2484fa42b 1.1.8-alpha 2017-02-15 12:17:06 +01:00
Kwoth
2edbbed583 song not found fix 2017-02-15 12:09:10 +01:00
Kwoth
da79daa924 closes #1057 mention role can now mention up to 50 peopl 2017-02-15 11:46:58 +01:00
Kwoth
1804b81b8a currency events localizable 🆗 2017-02-15 11:41:32 +01:00
Kwoth
5ed0ee4ef8 Draw commands done 2017-02-15 11:17:55 +01:00
Kwoth
45f69bac58 Cleanup, bugfixes, Slots, flip, gambling commands localizable. 2017-02-15 11:03:40 +01:00
Kwoth
8983c9c37e small cleanup 2017-02-15 00:59:10 +01:00
Kwoth
d0100f0c9f Administration module fully translatable!!! Partially tested though, report any missing keys. 2017-02-15 00:38:02 +01:00
Kwoth
0d0938f613 .v+t localizable. (only) main file left 2017-02-14 22:48:53 +01:00
Kwoth
431f328bb4 greet commands done and EVEN tested!1!! 2017-02-14 22:33:54 +01:00
Kwoth
fdc41caed1 self commands done too 2017-02-14 22:07:28 +01:00
Kwoth
fd81b2de26 self assigned role commands can now be localized :3 2017-02-14 21:47:46 +01:00
Kwoth
6ab8f26cd7 slowmode can now be localized 2017-02-14 20:35:10 +01:00
Kwoth
bfc10ab3e2 output fix 2017-02-14 20:28:43 +01:00
Kwoth
9edbd8535a protection commands localized 2017-02-14 20:26:48 +01:00
Kwoth
b890506de6 localized playing rotate commands 2017-02-14 19:54:02 +01:00
Kwoth
b24e68c24c migration localized, only 2 responses, won't localize console output 2017-02-14 19:08:27 +01:00
Kwoth
be8ca3b45d logging localized >.< 2017-02-14 19:06:02 +01:00
Kwoth
97d32a46b6 localization commands localized :OOOO localiception! 2017-02-14 17:49:15 +01:00
Kwoth
64d43fed74 moved dmfoward commands to selfcommands 2017-02-14 17:22:57 +01:00
Kwoth
a89ca8d185 dm foward commands cleaned up and localized 2017-02-14 17:15:53 +01:00
Kwoth
45fb8b925d .aar cleaned up, localized 2017-02-14 16:55:59 +01:00
Kwoth
8c27082c14 localized mute commands 2017-02-14 16:36:02 +01:00
Kwoth
f9c9896926 clean MuteCommands.cs 2017-02-14 15:53:51 +01:00
Kwoth
e5d85dd818 All administration submodules now inherit NadekoSubmodule, and woops, forgot to commit discord.net connection change 2017-02-14 15:41:23 +01:00
Kwoth
b6d93c3105 Bot connecting speed improved by exactly 5 seconds. 2017-02-14 14:49:21 +01:00
Kwoth
db49096246 quite a bit of cleanup 2017-02-14 14:30:21 +01:00
Shikhir Arora
672bb565e8 Update QuoteRepository.cs 2017-02-13 23:44:50 -05:00
Shikhir Arora
f067985402 Update CommandStrings.Designer.cs 2017-02-13 23:44:09 -05:00
Shikhir Arora
c4e228f276 Update QuoteCommands.cs 2017-02-13 23:43:35 -05:00
Shikhir Arora
9b773f4ea4 Update CommandStrings.resx 2017-02-13 22:51:57 -05:00
Shikhir Arora
90d31fc266 Add quote search command by keyword and text
Add quote search command by keyword and text
2017-02-13 22:42:10 -05:00
Shikhir Arora
599463e912 Add searchquote command
Add searchquote command
2017-02-13 22:39:39 -05:00
Shikhir Arora
9d84dfbe90 Update CommandStrings.Designer.cs 2017-02-13 22:38:08 -05:00
Shikhir Arora
7a03c277cf Add quote search by keyword and text
Add quote search by keyword and text
2017-02-13 22:32:39 -05:00
Shikhir Arora
921f3a6d6c Update QuoteRepository.cs
Add quote search by keyword and text
2017-02-13 22:32:16 -05:00
Shikhir Arora
283fc2c216 Update IQuoteRepository.cs 2017-02-13 22:31:20 -05:00
Shikhir Arora
91a0ee31af Add quote search by keyword and text command
Quote search by keyword and text
2017-02-13 22:30:16 -05:00
Kwoth
d49af3389e translated help xd 2017-02-14 00:27:45 +01:00
Kwoth
e68608770f help fully localized, hgit might not work properly though, needs testing 2017-02-14 00:19:59 +01:00
Kwoth
e6af53d647 nsfw translated. whole 5 strings out of which 3 are the same. :) 2017-02-13 23:21:25 +01:00
Kwoth
813a9b7839 custom reaction module translated 2017-02-13 22:21:18 +01:00
Kwoth
ff193e4549 custom reactions fully localizable, found several bugs too. 2017-02-13 22:11:36 +01:00
Kwoth
023df13121 Clash of clans completely localizable, fixes, improvements 🆗 💯 2017-02-13 21:29:06 +01:00
Kwoth
53b6a77fc2 pick no longer has cooldown on public bot 2017-02-13 18:26:58 +01:00
Kwoth
838e014f73 cleverbot fixed 2017-02-13 18:11:03 +01:00
Kwoth
b3a4fec141 .langset and .langsetd no longer need perms to run without args (to check current language) 2017-02-13 18:08:14 +01:00
Kwoth
8ed7a4c5d8 .langset and .langsetd can now be used with no arguments to show the currently set language 2017-02-13 17:56:06 +01:00
Kwoth
08c96385ea redid migration in order to add botconfig.locale, added some improvements 2017-02-13 17:45:29 +01:00
Kwoth
de4b1fdbf5 In case response key is missing, use the string from ResponseStrings.resx 2017-02-13 17:16:31 +01:00
Kwoth
66f046a77c .langli, .langset, .langsetd added which: list all languages for which translation exists atm, set server's language, set default bot language (this is used if not server language is set, default) respectively 2017-02-13 16:57:10 +01:00
Kwoth
63dc5f0c46 Pokemon completely translated to serbian cyrillic, it's so funny xD 🤣 2017-02-13 16:42:41 +01:00
Kwoth
34e0399c7e sneaky little bugs :3 2017-02-13 15:29:02 +01:00
Kwoth
8d496563dc woops, unsaved change 2017-02-13 15:04:27 +01:00
Kwoth
995b05e1f7 a lot of fixes and improvements to pokemon localization 2017-02-13 15:03:39 +01:00
Kwoth
1da9c0ae5a fixes 2017-02-13 14:23:29 +01:00
Kwoth
dadb7f0166 fixed migration 2017-02-13 13:58:08 +01:00
Kwoth
fe4f9aad1e woops, forgot migrations, added timezone and locale to guildconfig 2017-02-13 13:56:06 +01:00
Kwoth
5571f74c52 Fixes, everything localized? 2017-02-13 13:44:21 +01:00
Kwoth
eb17f0b5b7 pokemon mostly localized, only strings which are constructed are left. 2017-02-13 13:24:11 +01:00
Kwoth
a1e25f5149 Cleanup, now compiles! :O 2017-02-13 11:12:13 +01:00
Kwoth
db79177f0c Setting locales done? Needs testing 2017-02-13 10:50:58 +01:00
Kwoth
3f420f78f2 More localization, DiscordModule renamed to NadekoModule 2017-02-13 10:29:57 +01:00
Kwoth
34c6924320 Localization in the works 2017-02-13 10:29:34 +01:00
Kwoth
fb837235a7 a bit faster OwnerOnly checking 2017-02-13 10:28:49 +01:00
Kwoth
85a00f6123 accidentaly disabled autohentai and hentaibomb on self hosteds too. 2017-02-12 00:33:13 +01:00
Kwoth
3e3c5e75c5 ttt fix, thx aurora 2017-02-12 00:27:52 +01:00
Kwoth
c32546d633 timezone parsing done, just needs actual db field and usage 2017-02-11 22:29:25 +01:00
Kwoth
12eb216a4b all nsfw commands except ~hentaibomb and ~autohentai will work on public bot again 2017-02-11 16:26:04 +01:00
Kwoth
4d2d27d48f small uinfo fix 2017-02-11 15:21:53 +01:00
Kwoth
46e74f64f0 small waifu fix 2017-02-11 15:21:09 +01:00
Kwoth
f91bb28979 kwothy plz fix 2017-02-11 10:17:59 +01:00
Kwoth
567c6f87bf SoundcloudClientId is no longer mandatory in order to play soundcloud songs. (thanks to samvaio <3) 2017-02-10 15:26:06 +01:00
Kwoth
145109cd72 small change to ffmpeg params 2017-02-10 14:46:48 +01:00
Kwoth
494cf9447e Currency emoji issue fixed? 2017-02-10 13:03:15 +01:00
Kwoth
84bec3e19c Fixed warnings 2017-02-10 11:16:30 +01:00
Kwoth
9c00d36f40 .repinv should now reset the repeater 2017-02-09 21:11:33 +01:00
Kwoth
51e45d17a0 fixed message updated and message title in logs 2017-02-09 21:08:02 +01:00
Kwoth
a88f056935 Fixed spaces in hangman/trivia hints 2017-02-09 20:56:27 +01:00
Kwoth
27d4f79be0 Fixed ~mal command for mal supporters 2017-02-09 20:27:52 +01:00
Kwoth
c6351ea958 Updated invite links 2017-02-09 17:09:11 +01:00
Kwoth
959f1726c9 >tictactoe finished, sanity said it seems good to her. Unfortunately it isn't centered and can't be. 2017-02-09 03:09:06 +01:00
Kwoth
a8124cf1f2 started work on ttt 2017-02-08 21:44:32 +01:00
Kwoth
91efe4db48 .greetmsg, .greetdmmsg, .acr and .byemsg now accept json which will cause the output to be a discord embed. You can create a proper json using http://nadekobot.xyz/embedbuilder/ 2017-02-06 20:09:47 +01:00
Kwoth
4429687bd5 public nadeko fix 2017-02-06 13:00:39 +01:00
Kwoth
04ea479017 flowerreaction event under the hood improvements 2017-02-06 12:57:38 +01:00
Kwoth
ba8e906c97 gave up on command, commented out, will continue in the future maybe 2017-02-06 09:35:49 +01:00
Kwoth
b73b670f6f .shardstats improved 2017-02-06 08:35:45 +01:00
Kwoth
ad3dd61d26 rule34, e621 back on public bot 2017-02-06 07:53:27 +01:00
Kwoth
fbd32a6797 disabled %rnduser% completely due to performance issues 2017-02-05 19:47:36 +01:00
Kwoth
3388005edb just a bit better console output 2017-02-05 19:15:05 +01:00
Kwoth
7e79dd4163 $waifuinfo will update target user's username and discrimnator in case they changed 2017-02-05 10:06:36 +01:00
Kwoth
871237af4e $slot cooldown reduced to 2 seconds. .v+t roles now have no permissions 2017-02-05 09:09:18 +01:00
Kwoth
22eb42ff8f !!smq can now be used on it's own and act like !!smq 0 (reset max queue) 2017-02-05 07:52:39 +01:00
Kwoth
1e5b7df47f .shardid guildid added, .ropl fixed 2017-02-05 06:36:07 +01:00
Kwoth
58f23ff40b .connectshard added 2017-02-04 18:45:07 +01:00
Kwoth
1fe9f596fd .shardstats added 2017-02-04 18:19:03 +01:00
Kwoth
d39e544567 Images service almost done. Slots images moved to /data/images/slots currency_images renamed to currency and moved to data/images/ 2017-02-04 09:34:51 +01:00
Kwoth
5fba2de3a6 Don't download users. 2017-02-04 06:44:27 +01:00
Kwoth
f850d62c89 sneaky game will say a number of rewarded users at the end 2017-02-03 11:36:58 +01:00
Kwoth
8791bc55f5 Just a bit better formatting. 2017-02-03 10:01:29 +01:00
Kwoth
9d5c977b48 .reloadimages can be ran in DM now 2017-02-03 09:59:18 +01:00
Kwoth
dcc2f8f9e0 .reloadimages owner-only command added. 2017-02-03 09:54:22 +01:00
Kwoth
a728e6f670 Currency images are preloaded now too.(>plant/>gc) 2017-02-03 00:22:29 +01:00
Kwoth
22f7443f0b punishments and v+t info is info now, not warning 2017-02-02 22:05:53 +01:00
Kwoth
4a3d66e712 Images service. Preloads images bot uses. Holds heads and tails images only for now. 2017-02-02 21:59:01 +01:00
Kwoth
9791b5b9e3 v+t slower but much better and reliable. Need to check ratelimits before speeding it up. 2017-02-02 21:00:38 +01:00
Kwoth
dfbabea8b9 performance improvements? 2017-02-02 14:16:28 +01:00
Kwoth
3488eb8152 compile error 2017-02-02 05:02:37 +01:00
Kwoth
e7fcac3c8f gelbooru and danbooru back on public bot 2017-02-02 04:58:39 +01:00
Kwoth
258b90e482 upped version 2017-02-02 03:21:32 +01:00
Kwoth
a9ab99a29b Compile error 2017-02-02 03:21:02 +01:00
Kwoth
630c71de63 Download users back? 2017-02-01 17:50:14 +01:00
Kwoth
3c4cdb3e60 1.1.5a 2017-01-31 20:22:12 +01:00
Kwoth
28566023c2 Fixed music errors? 2017-01-31 20:11:42 +01:00
Kwoth
fab46bc3f2 sneakygamestatus event added 2017-01-30 06:26:47 +01:00
Kwoth
81a4d553be !!smch added. Set music output's text channel. 2017-01-30 05:40:19 +01:00
Kwoth
69cf15f07b uinfo now works with users without avatar. $give and $award messages are arguably nicer 2017-01-30 02:58:36 +01:00
Kwoth
b4af05b124 dlls 2017-01-30 01:05:30 +01:00
Kwoth
4205cf37a3 fixed the worst affinity title 2017-01-29 23:26:55 +01:00
Kwoth
cce8465ff3 a bit of cleanup 2017-01-29 22:54:27 +01:00
Kwoth
0e9fa33591 small v+t fix 2017-01-29 13:34:11 +01:00
Kwoth
5b77e2eb90 Optimizations. bugfixes. 13:12:07.08 shows 00-24 instead of 0-12 2017-01-29 13:12:07 +01:00
Kwoth
dbda89ca5d cleanup 2017-01-29 05:56:55 +01:00
Kwoth
d4e78aa8ef small change to how .ropl works 2017-01-29 05:56:08 +01:00
Kwoth
d5c4d3f3d2 Custom reaction bufixes and perf improvements 2017-01-29 04:30:21 +01:00
Kwoth
9eb9e69edc Fixed coc 2017-01-29 00:50:22 +01:00
Kwoth
53c6f3ab08 upped version 2017-01-29 00:40:14 +01:00
Kwoth
24b8763ca8 Updated discord.net 2017-01-29 00:38:09 +01:00
Kwoth
c4ca121c02 here and everyone no longer work in cross server text channel 2017-01-27 22:02:43 +01:00
Kwoth
f121cda212 Removed 'current' from overwatch field names 2017-01-27 21:57:47 +01:00
Kwoth
74fe68f54d Fixed .prune in combination with .delmsgoncmd 2017-01-27 06:31:50 +01:00
Kwoth
202b032b79 Merge branch 'dev' of https://github.com/Kwoth/NadekoBot into dev 2017-01-26 22:28:24 +01:00
Kwoth
484d8f3e96 closes #1012, Fixed acrophobia not working if you type something other than the sentence 2017-01-26 22:28:07 +01:00
The Oddball
41a7517235 Actually fixed typing articles.
Bachelors isn't spelt with an a in it silly.
2017-01-26 14:11:28 -07:00
Kwoth
14b7aae0b0 $raffle prettified 2017-01-26 20:15:59 +01:00
Kwoth
927031dd60 Fixed accented 'a' in typing articles 2017-01-26 19:19:57 +01:00
Kwoth
d09a5fd2e9 ~osu now links to new profile, closes #1005 2017-01-26 19:13:59 +01:00
Kwoth
f40dbc7bec Users can no longer submit multiple sentences in acrophobia 2017-01-26 08:08:40 +01:00
Kwoth
5d5a67b477 .whpl fix on many users 2017-01-26 08:02:57 +01:00
Kwoth
15a3b99cbd Hangman fixed 2017-01-26 07:57:52 +01:00
Kwoth
a4c190c312 Fixed ~img and ~rimg, closes #1001 2017-01-25 03:19:43 +01:00
Kwoth
cde2931a51 added ~mal command 2017-01-25 03:06:41 +01:00
Kwoth
809192c732 flower event fix 2017-01-24 22:27:29 +01:00
Kwoth
c898027952 img and rimg will use google images first. if it fails, then fallback to imgur closes #970 2017-01-24 18:30:21 +01:00
Kwoth
c34338458c .adpl help updated. closes #999 2017-01-24 15:45:00 +01:00
Kwoth
8cd12bbec4 .sinfo fixed. Shows 25 random emojis from the server. closes #991 2017-01-23 22:21:16 +01:00
Kwoth
f0415bb369 ;cmdcd confirmation response fix 2017-01-23 22:02:35 +01:00
Kwoth
14a026555c .sinfo fix? 2017-01-23 20:41:48 +01:00
Kwoth
8b766655ac %shardid% %shardcount% and %shardguilds% added to .ropl 2017-01-23 03:17:50 +01:00
Kwoth
1769a2a553 You can now plant multiple flowers (default is still one) >plant 5 2017-01-23 02:35:53 +01:00
Kwoth
93d8b24b59 👀 2017-01-23 02:06:09 +01:00
Kwoth
24308c4688 Merge branch 'dev' of https://github.com/Kwoth/NadekoBot into dev 2017-01-23 02:05:08 +01:00
Master Kwoth
2e2894fd5e Merge pull request #997 from samdivaio/dev
tiny ~ow fix
2017-01-23 02:05:01 +01:00
Kwoth
7da3133117 !!lq now shows 'now playing' song 2017-01-23 02:04:15 +01:00
Kwoth
416f384bba Merge branch 'dev' of https://github.com/Kwoth/NadekoBot into dev 2017-01-23 01:50:22 +01:00
Kwoth
1fde33676f 1:44:25.47 can now be set in .adpl to show current server time 2017-01-23 01:44:25 +01:00
samvaio
6e7165cc5a Cleanups 2017-01-23 06:14:13 +05:30
samvaio
e0aa06c93d ~ow fix for no rank players 2017-01-23 06:10:53 +05:30
Kwoth
b6f44de8b5 $lb redesign 2017-01-23 01:33:07 +01:00
Master Kwoth
f7af4c9584 Merge pull request #996 from theoddball/dev
Rotate Role Color needs ManageRoles permission.
2017-01-23 01:28:54 +01:00
The Oddball
58973b9082 Rotate Role Color needs ManageRoles permission. 2017-01-22 17:27:45 -07:00
Kwoth
53b0b7d3a5 Updated commandlist 2017-01-22 21:29:41 +01:00
Kwoth
1e7a3bf3bc Fixeed compile error on public bot 2017-01-22 21:20:23 +01:00
Kwoth
65be4279b8 $claim, $waifuinfo, $affinity and $divorce commands added for a waifu currency game 2017-01-22 21:06:10 +01:00
Kwoth
3fa6e6b162 Some random changes to commandhandler 2017-01-20 08:04:24 +01:00
Kwoth
14b797cfb6 fixed >cleverbot on locally hosted bots? 2017-01-19 22:04:57 +01:00
Kwoth
ce6b0f383e $slot now tells you if you don't have enough currency 2017-01-19 21:55:13 +01:00
Kwoth
bef907f619 $bf is at 1.95 by default, $br > 90 is 4x 2017-01-19 19:36:57 +01:00
Kwoth
fd97927fde Version upped to 1.1.3 2017-01-18 21:56:53 +01:00
Kwoth
7bdbf227cd Ok and error colors are now in bot config table. Default $bf multiplier increased from 1.8x to 1.95x 2017-01-18 21:56:31 +01:00
Kwoth
54ddab13c1 global command cooldown reduced to 750ms on self hosted (still 1500 on public bot). Global command cooldown no longer triggers on any message, only on command. 2017-01-18 21:52:42 +01:00
Kwoth
1c142a0fc5 ~av and .uinfo now show gif avatars properly 2017-01-18 18:38:31 +01:00
Kwoth
cf13e95951 public nadeko will only have ~boobs and ~butts out of all nsfw commands on next restart 2017-01-18 17:48:16 +01:00
Kwoth
77711e88c6 Trailing whitespace remove 2017-01-18 17:02:48 +01:00
Kwoth
4141ab4a9e $slot, $slottest and $slotstats added 2017-01-18 05:49:12 +01:00
Kwoth
6861965c5b sinfo custom emojis no longer italic 2017-01-18 05:48:15 +01:00
Kwoth
8bde87c071 .sinfo shows both names of the emojis and actual emojis 2017-01-18 02:44:48 +01:00
Kwoth
9cb9529b14 .uinfo is no longer COUNTING the everyone role 2017-01-18 01:42:28 +01:00
Kwoth
4f07f9efd2 Fixed queue error message when user is not in a voice channel 2017-01-17 03:26:24 +01:00
Kwoth
c04e376492 autohentai requires manage messages permission 2017-01-17 03:23:13 +01:00
Kwoth
df05f7dae9 Upped version to 1.1.2 2017-01-16 15:28:47 +01:00
Kwoth
35d2ada373 Don't download users. It breaks the bot for some people?!?!??! 2017-01-16 15:25:50 +01:00
Kwoth
9a81de1b45 gifs now work in >plant, >gc and $bf 2017-01-16 15:21:10 +01:00
Kwoth
8e7d697bb2 woops 2017-01-16 15:13:07 +01:00
Kwoth
7188f901cc Fixed !!lq when there are radio links in the queue 2017-01-16 15:12:51 +01:00
Kwoth
619e83e0be Repeater will stop if channel was deleted or bot can't write to that channel 2017-01-16 14:27:39 +01:00
Kwoth
42f7cc9a31 Fixed empty log spam 2017-01-16 14:15:24 +01:00
Kwoth
8593127b1b No logging on self hosted bots 2017-01-15 21:41:35 +01:00
Kwoth
c80e1e0797 Don't send messages on event 2017-01-15 19:18:16 +01:00
Kwoth
a3fd6442b7 download users 2017-01-15 18:56:18 +01:00
Kwoth
d65b415ee8 Music warning removed 2017-01-15 18:25:53 +01:00
Kwoth
257dbcb738 Fixed flower event hopefully. 2017-01-15 18:04:22 +01:00
Kwoth
d8d657e6bd Flower event is prettier 2017-01-15 15:09:48 +01:00
Kwoth
33d810f036 $startevent added 2017-01-15 15:05:17 +01:00
Kwoth
228c6b57cf version upped to 1.1.1 2017-01-15 14:28:06 +01:00
Kwoth
9052d96f22 nsfw perf improvements. ~hentaibomb has 5sec cooldown. events trigger in parallel 2017-01-15 13:45:14 +01:00
Kwoth
9051e44125 Stats initialize 2017-01-15 03:35:13 +01:00
Kwoth
c04ff7ff94 Auto pause/unpause fixes. !!mv disabled as it breaks music. Better logs 2017-01-15 03:18:13 +01:00
Kwoth
2715f36aa9 Trivia error fix 2017-01-15 02:45:20 +01:00
Kwoth
c603efa643 new sharded client 2017-01-15 02:28:33 +01:00
Kwoth
3926bc707b ready to use new client 2017-01-15 02:08:14 +01:00
Kwoth
88eabf6d90 Better implementation of .se 2017-01-14 23:23:11 +01:00
Kwoth
ae90282070 fixed .setstream 2017-01-14 19:57:38 +01:00
Kwoth
659ba913a1 fix #967 !!ap fix, !!lq fix (it shows info in footer again) 2017-01-14 18:25:08 +01:00
Kwoth
e4bcb5a713 If announcement table can't be found, migration will skip it 2017-01-14 17:59:35 +01:00
Kwoth
3d71e550ce Slight changes. Couldn't get commandprices to work for now 2017-01-14 17:37:11 +01:00
Kwoth
b2e6d6729e fixed default values in currency multipliers 2017-01-14 14:07:07 +01:00
Kwoth
ddd48a1d4c Fixed youtube regex if it contains something after the id 2017-01-13 16:37:01 +01:00
Kwoth
f98c7d109b Fixed current time > 1hr 2017-01-13 16:31:33 +01:00
Kwoth
915059c8b8 generation fix 2017-01-13 14:52:01 +01:00
Kwoth
bd422746e4 Trivia reward fix? 2017-01-13 14:44:50 +01:00
Kwoth
93f4e52e07 Betroll multiplier fix 2017-01-13 13:32:48 +01:00
Kwoth
e64714215e Updated -donate paypal link 2017-01-13 00:55:47 +01:00
Kwoth
70bbecbc8f Guild owners can now run permission commands without permission role 2017-01-12 23:49:17 +01:00
Kwoth
09691adcc6 Woopsie 2017-01-12 20:26:55 +01:00
Kwoth
2ecec9d0a4 Now modifyable: Trivia flower win amount (default 0), minimum bet amount (default 3), betflip multiplier (default 1.8), currency drop amount (default 1), betroll multipliers on 67+/91+/100+ (default 2/3/10) 2017-01-12 20:19:56 +01:00
Kwoth
cdad149b0d Fixed hangman bug? Fixed current time in logs 2017-01-12 18:18:16 +01:00
Kwoth
4dc4ab00d8 Owner Ids in stats will show in new lines 2017-01-12 01:32:02 +01:00