Strange thing. My eggdrop 1.6.15 gives partyline access to user with only +o flag at #mychannel (no +p flag):
.match test
[05:18] #Snt# match test
*** Matching 'test':
HANDLE PASS NOTES FLAGS LAST
test yes 0 - 05:18 (partyline)
#mychannel o never
HOSTS: *!*testuser@myhost.somewhere
--- Found 1 match.
Is that a bug, feature or just bot misconfiguration?
Any idea? Help please...
Haha, i bet you have one tcl script which is doing this...I had this problem to.I was using script for !top10 which was giving o flag to every user who joined....
Many ppl have same problems. Actually it isn't problem. You probably added correct flags, and I bet that there isn't problem with any tcl, but take a closer look in your config file.
Change "set require-p 0" into "set require-p 1" and problem will be probably (I hope =) solved.