So I'm trying to add these to my popups (this is for a chatspace server hence the 'Services' command) but I'm not too familiar with the $ variables. I know what I have below is wrong but if you could tell me where I'm going wrong, it'd be a big help.
..Add/Delete Owners
..Add Owner in $chan: { Services SOP $chan ADD $$?="Enter Nick:" | notice $1- You are now a SOP in $chan }
..Add Owner (Other): { Services SOP #$$?="Enter Room:" ADD $$?="Enter Nick To Add:" | notice $2- You are now a SOP in $-1 }