mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
062548f57a
- IRCClient: strpos(..., 'PONG') !== 0 → ! str_starts_with(...) - IGDBService: strpos(, '//') === 0 → str_starts_with(...) - Settings: strpos(, '.') !== false → str_contains(...) - NntmuxCheckIndex: 3x strpos → str_contains strpos with offset (YencService, MovieService, ReleaseRemoverService) is left untouched as it is a legitimate use case.