mIRC Homepage
Posted By: _Mhz_ Owner don't work - 29/02/08 01:06 PM
Hi
I can't make my script owner. on *:rawmode:*: says that the script had been +q but when I test with isowner it's says $false. +o work fine.
Any idea is welcome
Posted By: RoCk Re: Owner don't work - 29/02/08 01:19 PM

If I recall correctly, isowner is for IRCX servers.

~ Edit ~

From versions.txt

23/09/99 - mIRC v5.61

Changes:
..
2.Improved support for IRCX servers:

Added property $nick().owner, isowner if comparison, and "q"
property to $nick(#,N,aohvrq,aohvrq) where "q" is for owners.

Posted By: _Mhz_ Re: Owner don't work - 29/02/08 05:08 PM
Yeah I am on an IRCx Server

edit:

But I am trying to work with #channel instead of %#channel
Posted By: Fantas Re: Owner don't work - 29/02/08 08:03 PM
type /ircx to show ircx modes
Posted By: The_JD Re: Owner don't work - 02/03/08 11:13 AM
If I remember correctly, $isowner only works if the status is prefixed with a "." - This is why it does not work with UnrealIRCd.

I could be wrong.
Posted By: jaytea Re: Owner don't work - 02/03/08 03:37 PM
i remember that vaguely, i investigated it about a couple of years ago but forgot all my findings frown but you could always check

Code:
if ($nick(#,$nick,q)) {


which succeeds where if ($nick isowner #) fails
Posted By: _Mhz_ Re: Owner don't work - 09/03/08 10:46 PM
Some one found a fix. Thread can be close.
© mIRC Discussion Forums