Update 'twitch/chatguessr.js'
This commit is contained in:
parent
d2a079fcde
commit
1fbe40143a
@ -149,8 +149,7 @@
|
|||||||
if (command.equalsIgnoreCase('g')) {
|
if (command.equalsIgnoreCase('g')) {
|
||||||
if($.getIniDbBoolean('chatguessr', 'isOpen')) addGuess(sender,args);
|
if($.getIniDbBoolean('chatguessr', 'isOpen')) addGuess(sender,args);
|
||||||
}else if (command.equalsIgnoreCase('cg')) {
|
}else if (command.equalsIgnoreCase('cg')) {
|
||||||
//send url
|
$.say('Use the following URL to make your guess: https://chatguessr.com/map/soraefir_bot');
|
||||||
//$.say($.whisperPrefix(sender) + $.lang.get('chatguessr.help', ' Use "!cg [open | close | ...]" to open/close the feature.'));
|
|
||||||
}else if(command.equalsIgnoreCase('cga')){
|
}else if(command.equalsIgnoreCase('cga')){
|
||||||
if(action.equalsIgnoreCase('open')){
|
if(action.equalsIgnoreCase('open')){
|
||||||
$.setIniDbBoolean('cgstatus', 'isOpen', true);
|
$.setIniDbBoolean('cgstatus', 'isOpen', true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user