hi iv been using this as a switch in some of my codes and iv found since I upgrade mirc it shows like this all the time now link (0) and not like this link on / link off ... err0r gave me one ages ago but I cant find it in my files
as always thank you for any replies ![]()
menu channel {
-
.link ( $+ %link $+ )
..On:{ .enable #link | set %link On | echo $active 8,4-=[ link On ]=- }
..Off:{ .disable #link | set %link Off | echo $active 8,4-=[ link Off ]=- }
}