Disable ,f for the time being, shits broken

This commit is contained in:
hgw 2023-10-04 23:25:47 +00:00
parent 1c41a201a8
commit 2716d9172f
Signed by: hgw
SSH Key Fingerprint: SHA256:diG7RVYHjd3aDYkZWHYcBJbImu+6zfptuUP+3k/wol4
1 changed files with 5 additions and 5 deletions

View File

@ -248,8 +248,8 @@ async fn main() -> std::io::Result<()> {
.await
.add_event_system(IrcCommand::RPL_ENDOFWHO, endofwho)
.await
.add_system("f", new_fight)
.await
//.add_system("f", new_fight)
//.await
.add_system("royalrumble", royal_rumble)
.await
.add_system("challenge", challenge)
@ -631,9 +631,9 @@ fn show_help() -> impl IntoResponse {
(
false,
vec![
",f <nick> <nick> | duel fight",
",f <nick> ... vs <nick> ... | team battle",
",f <nick> <nick> <nick> ... | free for all",
//",f <nick> <nick> | duel fight",
//",f <nick> ... vs <nick> ... | team battle",
//",f <nick> <nick> <nick> ... | free for all",
",royalrumble | chan wide free for all",
",challenge <nick> | challenge someone to a deathmatch",
",accept | accept a challenge",