This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

isvoice on kick!

Discussion of Eggdrop's code and module programming in C.
Post Reply
g
game_over
Voice
Posts: 29
Joined: Thu Apr 26, 2007 7:22 am

isvoice on kick!

Post by game_over »

Hello to everyone! I have problem with isvoice command on kick! Here simple example:

Code: Select all

bind pub - !v v:pub
proc v:pub {nick uhost hand chan text} {
puts "[isvoice $nick $chan]"
}
-> !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 :roll: !
Post Reply