Code: Select all
bind pub - !v v:pub
proc v:pub {nick uhost hand chan text} {
puts "[isvoice $nick $chan]"
}
When i get voice and bot is in the channel code returns 1 but when i kick him and he returned to channel it shows me i don't have +. When i use /names or /whois i have +.-> !v
<- 1
kick
-> !v
<- 0
I use Unrealircd but i make tests on hybrid and ratbox also. I make tests with eggdrop 1.6.19 and 1.6.20 (cygwin) and resalt is the same. My TCL lib is 8.5. Only test script is loaded for the test!
I would be very grateful if you advise me something useful which obviously i don't see !