This repository has been archived on 2024-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
probotic/include/help.h
2023-08-03 18:24:19 +02:00

16 lines
1.0 KiB
C

#pragma once
DECL const char help_msg[] =
IRC_COLOR_GREEN "!help " IRC_COLOR_TERMINATE " : this message\n"
IRC_COLOR_GREEN "!remind " IRC_COLOR_TERMINATE " : dump current assignment\n"
IRC_COLOR_GREEN "!reroll " IRC_COLOR_TERMINATE " : terminate current assignment early and get a new\n"
IRC_COLOR_GREEN "!set_repo <link>" IRC_COLOR_TERMINATE " : set project repository link (to be dumped on remind)\n"
IRC_COLOR_GREEN "!raw <sql> " IRC_COLOR_TERMINATE " : execute raw sql, so add/delete is covered without retarded interfaces\n"
IRC_COLOR_GREEN "!dump " IRC_COLOR_TERMINATE " : list all possible projects\n"
IRC_COLOR_GREEN "!request " IRC_COLOR_TERMINATE " : request personal project\n"
IRC_COLOR_GREEN "!remind " IRC_COLOR_TERMINATE " : dump the users current personal assignment\n"
;
DECL const char fmsg[] =
"%s\x2C\x20\x79\x6F\x75\x20\x61\x72\x65\x20\x66\x61\x67\x67\x6F\x74\x20\x66\x6F\x72\x20\x74\x68\x61\x74\x20\x6F\x70\x69\x6E\x69\x6F\x6E\x2E"
;