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",