irc: split test timeouts and increase for password verification
irc: split test timeouts and increase for password verification
reduce usage of unwraps
It wouldn't really matter whether we use unwrap
s or ?
in tests, but it was a bit hard to find which unwrap
s are in "real code" and which are in tests, so I decided to remove all of them no…