history command
This commit is contained in:
parent
f96a1292e7
commit
82fa923bff
1 changed files with 1 additions and 1 deletions
|
@ -521,7 +521,7 @@ pub fn _while(args: Vec<String>, _: String, state: &mut super::State) -> i32 {
|
|||
|
||||
/// shh
|
||||
pub fn gay(_: Vec<String>, _: String, state: &mut super::State) -> i32 {
|
||||
state.in_mode = true;
|
||||
state.in_mode = !state.in_mode;
|
||||
0
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue