_Teen_ commented on a mIRC Script, Modernized Topic Script  -  Oct 05, 2010

and why didnt u put it on the code place? ._.

look, if it requires that the person needs to op on channel you could use this

ON @:TEXT:*:#:{ 
  if ($chan == %opschan) { commands }
}

and wha about this...

alias owner {
set %owner $1
}

alias opschan {
set %opschan $1
}

alias setchan {
set %chan $1
}

why dont u use an alias to do it like

alias Stopic {
   set %owner $1 
   set %opschan $2
   set %chan $3
}

like
/STOPIC owner opschans chan

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.