|
|
|
@ -87,7 +87,7 @@ matrixclient.on('Room.timeline', function(event, room, resettimeline) {
|
|
|
|
|
project = project[1];
|
|
|
|
|
|
|
|
|
|
if(commands[project] !== undefined) {
|
|
|
|
|
let command = commands[project];
|
|
|
|
|
const command = commands[project];
|
|
|
|
|
|
|
|
|
|
const args = body.match(command.regex);
|
|
|
|
|
if(args === null) {
|
|
|
|
|