|
|
@ -208,6 +208,10 @@ let kara = new Vue({ |
|
|
|
this.meMessage(this.checkForCommands(message, 'me')) |
|
|
|
this.meMessage(this.checkForCommands(message, 'me')) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (this.checkForCommands(message, 'say')) { |
|
|
|
|
|
|
|
this.botMessage(this.checkForCommands(message, 'say')) |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if (this.checkForCommands(message, 'talk')) { |
|
|
|
if (this.checkForCommands(message, 'talk')) { |
|
|
|
this.talk = !this.talk; |
|
|
|
this.talk = !this.talk; |
|
|
|
alert(this.talk); |
|
|
|
alert(this.talk); |
|
|
|