irssi / irssi/scripts.irssi.org
[people.pl] does not seem to reop when bot was not opped yet when seeing the join
- Dominant language
- Perl
- Stars
- 507
- Forks
- 240
- PR merge metrics
- No merged PRs in 30d
Description
people.pl script tries to op people only when they join. If he fails to do it because he himself did not had +o at that time, he does not try it later once he gets +o himself.
18:06 -!- mode/#cjdns-pl [+o rfreemanw] by atest
18:06 -!- rfreemanw [~rfreew@fc31:...] has left #cjdns-pl [Leaving]
18:06 -!- rfreemanw [~rfreew@fc31:...] has joined #cjdns-pl
meshnetpl bot can not OP rfreeman because himself he is not opped now
18:06 -!- mode/#cjdns-pl [+o meshnetpl] by atest
meshnetpl does not see it now can OP rfreemanw
18:08 -!- rfreemanw [~rfreew@fc31:...] has left #cjdns-pl [Leaving]
18:08 -!- rfreemanw [~rfreew@fc31:...] has joined #cjdns-pl
18:08 -!- mode/#cjdns-pl [+ov rfreemanw rfreemanw] by meshnetpl
only now it tries again
Expected outcome:
when ever the bot is opped, it should look again at all nicks, is there anyone he would like to op, and if yes then he should op them.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.