Hey all. Can anyone help me with my problem. I have this command:

Code:
 on *:join:#:{ .timer 1 5 if ( $nick == $!me ) && ( $!me isop $chan ) /prop $chan ownerkey blahblah } 


I need it to, when i join a room that i am an owner in, prompt me with a dialog that asks: Please Set the Ownerkey, and whatever i type in, will be set as the owner key. Any ideas? Thanks in advance for your help! laugh

Austin