channel op
XGamerAMD
28/11/24 10:39 PM
alias f3 {
set %active $active
set %nick $me
if %canalk iswm %active { //mode # +o $me }
if #paranachat iswm %active { echo -a no seas garca | halt }
}
alias text {
set %canalk $addtok(%canalk,$1,44)
}
I want do when i press f3 ,detect the channel saved on the list and give me op
anyhelp?