How do i make this good, that when i join a channel where a socket is in, the socket will op me?
I have put this in my remote by sockread, but i don't know how it excactly works.
if (($2 == JOIN) && ($right($1,-1) == $me)) {
sockwrite -tn Socket2 mode # +o $me
}