This commit is contained in:
choelzl 2022-02-09 03:27:47 +01:00
parent 7d01bbc001
commit b87ec4ca04
Signed by: sora
GPG Key ID: A362EA0491E2EEA0

View File

@ -178,6 +178,7 @@
$.registerChatSubcommand('cga', 'start', 2); $.registerChatSubcommand('cga', 'start', 2);
$.registerChatSubcommand('cga', 'end', 2); $.registerChatSubcommand('cga', 'end', 2);
$.registerChatSubcommand('cga', 'refresh', 2); $.registerChatSubcommand('cga', 'refresh', 2);
$.registerChatSubcommand('cga', 'gg', 2);
}); });
})(); })();