Hello i need some help in this.
I have a command named: :noticeserver | return %::text
I wanna dissable - enable this command when i am ircop and enable it again when i am a normal user

if (o isin $usermode)
theme.text noticeserver <----to turn this off ex: :noticeserver | return (nothing)

if $me == normaluser
theme.text noticeserver <----to turn this on ex: :noticeserver | return %::text

I hope u understand what i need.
Thanks a lot.