Was, indeed, missing an or pipe
parent
d81f177ab6
commit
3949c851a4
|
@ -50,8 +50,8 @@ module Auxiliary::Login
|
|||
\n\*$ |
|
||||
(Login ?|User ?)(name|): |
|
||||
^\s*\<[a-f0-9]+\>\s*$ |
|
||||
^\s*220.*FTP
|
||||
not\ allowed
|
||||
^\s*220.*FTP|
|
||||
not\ allowed\ to\ log\ in
|
||||
)/mix
|
||||
|
||||
@waiting_regex = /(?:
|
||||
|
|
Loading…
Reference in New Issue