First time running a script on Phreik chat and having problems with admin commands. I am not an advanced scripter by any means just very basic but learning. I am starting to think that commands like 'deown, 'own etc. etc. can't be used on Phreik. I am using Mirc 7.29, PeaceKeeper V.1.3 (Unreal-Phreik Edition), PhreikChat Features Addon Script V1.8. I think I posted this under the wrong topic my apologies.
The coding is as follows:
on admin:TEXT:'deown:*:{ /mode $comchan($nick,1) -q $nick }
I have tried many variations of code that my puny brain can think of like mode # -q $nick and $chan and, $active, 1$$, no brackets, no / etc. and nothing seems too work. Commands are on and I am in the user tab as admin.
This code doesn't seem to work either to get the list of commands:
on admin:TEXT:'admin1:*: { .notice $nick Admin_ $+ $remove($nick,') (*) Here Are Your Commands (*)
.notice $nick 'own ~ Gold up (in main or whisper)
.notice $nick 'deown ~ Deown yourself (in main or whisper)
.notice $nick 'host ~ Host yourself (in main or whisper)
.notice $nick 'dehost ~ Dehost yourself (in main or whisper)
.notice $nick 'version ~ Show you my Version (in main or whisper)
.notice $nick 'report <msg> in whisper to $remove($me,') to leave a "report"
.notice $nick 'admin2 for more ...
}
I tried using the alias tell for ctcp but that didn't work
I am at a loss.