Commit graph

322 commits

Author SHA1 Message Date
Ralph
676e64a2ae Ran pre-commit checks 2019-12-29 19:00:48 -05:00
Ralph
288d35718b
Fixed Post and Perms Check 2019-12-29 18:54:45 -05:00
Ralph
7f3a004af9
Fix typos in messages 2019-12-27 00:02:05 -05:00
Ralph
419fb25c50
Remove note about Case-Sensitive roles 2019-12-26 23:56:41 -05:00
Ralph
7b76892629
Change LBRYian base role to LBRY-Curious 2019-12-26 23:55:07 -05:00
Yamboy1
c81c82506e Prettier 2019-12-27 10:33:26 +13:00
Yamboy1
1e201c46f6 Remove mention parsing from link 2019-12-27 08:41:41 +13:00
Ralph
b9dc5c6dfa
Moved Spam Detection Variables to Config 2019-12-16 02:03:26 -05:00
Ralph
fa0a916774
Merge branch 'master' into Coolguy3289-patch-3 2019-11-17 13:55:46 -05:00
Ralph
e366920bcc Remove null channel check 2019-11-17 13:54:03 -05:00
Ralph
de593f247c Add enabled flag for claimbot and irc-bridge to config
update configuration
2019-11-17 13:47:58 -05:00
Jeremy Kauffman
267128b3ee
disable claim bot 2019-11-15 11:05:55 -05:00
Jeremy Kauffman
61dbeb8fe8
disable announcing claims 2019-11-15 11:04:51 -05:00
Ralph
3e3af97b43
Update releasenotes.js 2019-10-18 00:45:44 -04:00
Ralph
931bc0af8e
Update releasenotes.js 2019-10-18 00:38:30 -04:00
Ralph
a645070cdd
Update releasenotes.js 2019-10-18 00:37:00 -04:00
Ralph
fa6c92011e
Update releasenotes.js 2019-10-18 00:35:12 -04:00
Ralph
4e7625ce6e
Update releasenotes.js 2019-10-18 00:33:56 -04:00
Ralph
af31eacb8e
Update releasenotes.js 2019-10-18 00:32:35 -04:00
Ralph
20cc8528e7
Update releasenotes.js 2019-10-18 00:27:43 -04:00
Ralph
1d6cb510be
Update releasenotes.js 2019-10-18 00:11:35 -04:00
Ralph
e69d4662ac
Update releasenotes.js 2019-10-18 00:10:41 -04:00
Ralph
ba963844d6
Update releasenotes.js 2019-10-17 23:37:07 -04:00
Ralph
18fd37134c
Update releasenotes.js 2019-10-17 23:34:03 -04:00
Ralph
26d554577b
Update releasenotes.js 2019-10-17 23:25:03 -04:00
Ralph
933e6be926
Update releasenotes.js 2019-10-17 23:22:37 -04:00
Ralph
4c01ff50f8
enable logging 2019-10-17 23:20:58 -04:00
Ralph
205428f371
Update releasenotes.js 2019-10-17 23:18:13 -04:00
Ralph
bfd7569c56
Update releasenotes.js 2019-10-17 23:13:58 -04:00
Ralph
6dbddb68cf
Update releasenotes.js 2019-10-17 23:12:31 -04:00
Ralph
e37c4fcf2e
Update releasenotes.js 2019-10-17 23:02:37 -04:00
Ralph
f0454fbbfb
Add post check for channel postings 2019-10-17 22:12:03 -04:00
Ralph
2676f35a5b
Update stats.js 2019-10-13 01:43:05 -04:00
Ralph
a71e59fb63
Removed Console Logging of return data. 2019-10-13 01:41:08 -04:00
Kenneth C
9720ece9a4
Update stat.js to show 5 decimal value fiat prices.
Update stat.js to show 5 decimal value fiat prices due to recent price dropping below the 2 decimal values previously.
2019-10-11 20:58:15 +01:00
Ralph
8c4ca9874d
Merge pull request #273 from felhe/fix-addrole
Fix crashing at role commands in private DMs
2019-10-11 00:16:16 -04:00
felhe
f7bb1cb942 Simplify expressions in rolesetter 2019-10-11 01:00:15 +02:00
felhe
90f7b91274 Fix crashing at role commands in private DMs 2019-10-10 23:42:20 +02:00
ProfessorDey
ce3bfb87e9
Neaten up Definitions
Just a little adjustment to cut out a few unnecessary lines where an inline ternary operator would do.
2019-10-10 22:05:22 +01:00
Ralph
0e0190d874
Merge pull request #264 from utkarshiam/master
The Strict Equality Comparison added
2019-10-09 20:44:31 -04:00
Ralph
4ab49b85b7
Merge pull request #265 from ProfessorDey/patch-2
Simplify rolesetter.js Control Logic
2019-10-09 20:42:31 -04:00
Ralph
61ee16ce64
Resolved syntax issues. 2019-10-09 20:37:54 -04:00
Ralph
28e95245b0
Closed string to resolve travis build 2019-10-09 20:28:26 -04:00
YULIUS KURNIAWAN KRISTIANTO
5f825b9156
update as niko request 2019-10-09 23:41:33 +07:00
YULIUS KURNIAWAN KRISTIANTO
4802cebf63
Update stats.js 2019-10-09 23:39:37 +07:00
YULIUS KURNIAWAN KRISTIANTO
516d0737ca
change api from coinmarketcap to coingecko 2019-10-09 22:42:32 +07:00
ProfessorDey
74d4dec0dc
Simplify rolesetter.js Control Logic
Eliminates nesting of if-else statements and follows imperative control logic, making it much clearer what error messages are which and what order logic is handled in. Also neatens up the calls to 'msg.channel.send' into a single compact function declaration. Also eliminates case sensitivity entirely with a minimal performance hit by only performing '.toLowerCase()' on the first check for new/oldrole, though this could be replaced with a regexp object test instead. Every other comparison uses the matched role's name as this is guaranteed to be the correct case, assuming no issues with the config itself. This means users can enter the role in any case, preventing the biggest irritation to most users besides spelling errors.
2019-10-08 22:54:01 +01:00
utkarshiam
2fc9928ab9 The Strict Equality Comparison added 2019-10-08 05:21:48 +05:30
Haichuan He
dc526adf1a Fix#261:remove vars for purge.js 2019-10-07 17:22:23 -04:00
Haichuan He
fe0ee6229a Fix#261: remove vars 2019-10-07 17:16:10 -04:00