mIRC Home    About    Download    Register    News    Help

Print Thread
#195711 29/02/08 01:06 PM
Joined: Apr 2005
Posts: 13
_
_Mhz_ Offline OP
Pikka bird
OP Offline
Pikka bird
_
Joined: Apr 2005
Posts: 13
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

_Mhz_ #195716 29/02/08 01:19 PM
Joined: Dec 2002
Posts: 2,031
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 2,031

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.


RoCk #195729 29/02/08 05:08 PM
Joined: Apr 2005
Posts: 13
_
_Mhz_ Offline OP
Pikka bird
OP Offline
Pikka bird
_
Joined: Apr 2005
Posts: 13
Yeah I am on an IRCx Server

edit:

But I am trying to work with #channel instead of %#channel

Last edited by _Mhz_; 29/02/08 06:27 PM.
_Mhz_ #195740 29/02/08 08:03 PM
Joined: Dec 2002
Posts: 79
F
Babel fish
Offline
Babel fish
F
Joined: Dec 2002
Posts: 79
type /ircx to show ircx modes

Fantas #195783 02/03/08 11:13 AM
Joined: Mar 2006
Posts: 395
T
Pan-dimensional mouse
Offline
Pan-dimensional mouse
T
Joined: Mar 2006
Posts: 395
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.


[02:16] * Titanic has quit IRC (Excess Flood)
The_JD #195799 02/03/08 03:37 PM
Joined: Feb 2006
Posts: 546
J
Fjord artisan
Offline
Fjord artisan
J
Joined: Feb 2006
Posts: 546
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


"The only excuse for making a useless script is that one admires it intensely" - Oscar Wilde
jaytea #196108 09/03/08 10:46 PM
Joined: Apr 2005
Posts: 13
_
_Mhz_ Offline OP
Pikka bird
OP Offline
Pikka bird
_
Joined: Apr 2005
Posts: 13
Some one found a fix. Thread can be close.


Link Copied to Clipboard