Greetings gentz,
I am wondering if this alias could be changed to have a popup to ask for permission to change the topic wich is took when we execute /top #channel some topic here , so when we reply with yes in the popup it goes ahead and changes the topic we already gave it with the: /top #channel some topic here, if that is possible.
here is what we work with :
alias top {
var %chan = $active | if (%chan !ischan) { echo -stac own This command can only be used on a channel. | halt }
if (!$1 || $chr(35) !isin $1) { topic %chan }
elseif ($nick(%chan,$me,~&@) || o isin $usermode ) { topic %chan $$?="Your topic here" }
}
Thanks in advance,