From 2716d9172fe7c8e349f5c003d2e859287aa253cf Mon Sep 17 00:00:00 2001 From: hgw Date: Wed, 4 Oct 2023 23:25:47 +0000 Subject: [PATCH] Disable ,f for the time being, shits broken --- src/main.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main.rs b/src/main.rs index 19ea557..41cf98b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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 | duel fight", - ",f ... vs ... | team battle", - ",f ... | free for all", + //",f | duel fight", + //",f ... vs ... | team battle", + //",f ... | free for all", ",royalrumble | chan wide free for all", ",challenge | challenge someone to a deathmatch", ",accept | accept a challenge",