Hi,
I'm the registered owner of a channel, so I automatically get owner status when I join it. I want to write a remote to set mode -q when I get owner status. I wrote this and thought it would be easy, but it's not working.. Any ideas?
on 1:SERVERMODE:#Blake: {
if ($nick = Blake) { msg chanserv deowner #Blake Blake }
}
I want it to take owner status away when I join, but I want to be able to give it to myself and keep it if I want.
Last edited by bwr30060; 06/09/05 08:42 AM.