Skip to content
General IRCX

Quick Help

A TG007 community discussion started by DigitalX.

Discussion 7 posts
Page 1 of 1
Open
Topic #2016 · 7 published posts · 1,775 views

the command like

 if (Admin isin == $nick) {halt}

or something like that how would it be possible to replace Admin to a owner on +q mode ???

huh run that by me again

From what I understand you want to replace the Admin_nickname to Owner_nickname in your nicklist if I'm not mistaken. If you have a custom made nicklist just use something like

 

$replace($nick,Admin_,Owner_)

 

or something like that.

 

To be able to help you more we would need more info on what you are trying to do, and also the full code you have would help us to help you better.

nah nah ... like when ur script scans nicks and it halts if something is in teh nick how do u make it so when it scans and finds a person on +q owner mode it halts.

try these...

 

if ($nick isowner $chan) { halt }

 

or...

 

if ($1 isowner $2) { halt }

thnx man

No problem smile.gif