mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
@@ -350,7 +350,7 @@ class IRCClient
|
||||
// We got 464, which means we need to send a password.
|
||||
}
|
||||
|
||||
if ((int)$matches[2] === 464) {
|
||||
if ((int) $matches[2] === 464) {
|
||||
// Before the lower check, set the password : username:password
|
||||
$tempPass = $userName.':'.$password;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user