game_over Voice
Joined: 26 Apr 2007 Posts: 29
|
Posted: Sun Jun 19, 2011 4:03 am Post subject: isvoice on kick! |
|
|
Hello to everyone! I have problem with isvoice command on kick! Here simple example:
Code: | bind pub - !v v:pub
proc v:pub {nick uhost hand chan text} {
puts "[isvoice $nick $chan]"
} |
Quote: | -> !v
<- 1
kick
-> !v
<- 0 |
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 +.
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 ! |
|