Removed unnecessary swearing.
This commit is contained in:
parent
c669d44f15
commit
35af08ef7c
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ impl<'a, T, U> Bot for IrcBot<'a, T, U> where T: IrcWriter, U: IrcReader {
|
|||
println!("{}", ln)
|
||||
},
|
||||
Err(e) => {
|
||||
println!("Shit, you're fucked! {}", e);
|
||||
println!("{}", e);
|
||||
return Err(e)
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue