Somone that have any sulution to this one?
kb {
_notconnected
if (%show.kick == 1) set %kick.txt $chr(91) $+ Kick no: %kick.counter $+ $chr(93)
elseif (%show.kick == 2) unset %kick.txt
if (%rkickmsg == 1) { goto rand }
ban $1 %bs | kick $chan $1 %kbmsg $+ ) %kick.txt
:rand
ban $1 %bs | kick $chan $1 $read($mircdir/kick.txt) $+ ) %kick.txt
}
that work just great if i type: /kb nick .. or highlight a nick in nicklist, then kick him true the popups, but i also have it bounded to a F-Key, then it this %bs is the user that should get kicked.. %bs is set to 3, and thats the ban level.. how would i solve this so i can type /kb .. but still be able to bind kb to a F-Key . and the nick is highlighted in the nicklist befor i press the F-Key, $snicks work when i press a F-Key, but not if i type /kb nick :tongue: