mIRC Home    About    Download    Register    News    Help

Print Thread
#88564 29/06/04 09:48 AM
Joined: May 2004
Posts: 95
W
wiebe Offline OP
Babel fish
OP Offline
Babel fish
W
Joined: May 2004
Posts: 95
i dont know if it is a bug or a numeric conflict, i know numeric 489 as:

489 ERR_VOICENEEDED
<source> 489 <target> <channel> :You're neither voiced nor channel operator
returned when using the CNOTICE or CPRIVMSG command and you are not opped or voiced on the specified channel
from ircu / asuka source (undernet / quakenet)

when i use 'CNOTICE nick #channel :message' i get the following
in debug:
online2.no.quakenet.org cnotice nick #channel :.
online2.no.quakenet.org 489 wiebe #channel :You're neither voiced nor channel operator

in the channel / status window
* Unable to join channel (not using secure connection)

im using mirc 6.15

#88565 29/06/04 06:50 PM
Joined: Mar 2004
Posts: 457
D
Fjord artisan
Offline
Fjord artisan
D
Joined: Mar 2004
Posts: 457
*sigh*

its being sent by the server. mIRC just displays the msgs, it doesn't do anything with it so its a problem/bug/feck up with the ircd.

#88566 29/06/04 08:20 PM
Joined: Dec 2002
Posts: 2,962
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 2,962
If the server sends 489 wiebe #channel :You're neither voiced nor channel operator and then mIRC displays * Unable to join channel (not using secure connection) then that's a bug in mIRC.


Spelling mistakes, grammatical errors, and stupid comments are intentional.
#88567 30/06/04 08:03 AM
Joined: Dec 2002
Posts: 191
N
Vogon poet
Offline
Vogon poet
N
Joined: Dec 2002
Posts: 191
Or a poorly written script.

#88568 30/06/04 09:07 AM
Joined: Mar 2004
Posts: 36
N
Ameglian cow
Offline
Ameglian cow
N
Joined: Mar 2004
Posts: 36
yes but keep in mind that looks like the standard mIRC message, no script will replace the standard message with a standard message, kinda frivilous dontcha think? i'd say its a mIRC bug.

#88569 30/06/04 11:03 AM
Joined: Dec 2002
Posts: 2,962
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 2,962
Yes but if you actually go to one of the networks the original poster listed and test it you'll see that it's a numeric clash and not a script problem.

From 6.15 versions.txt:
Quote:
64.Added support for unreal ircd numeric 489, sent when you try
to join a channel with +z channel mode set and you are not
using a secure/ssl connection.


Spelling mistakes, grammatical errors, and stupid comments are intentional.
#88570 30/06/04 11:03 AM
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
It's fairly easy to reproduce:
  1. /server irc.undernet.org
  2. //raw join #somechan $+ $lf $+ mode #somechan -o $me $+ $lf $+ cprivmsg $me #somechan :Hello

#88571 08/07/04 06:20 PM
Joined: Dec 2002
Posts: 329
Fjord artisan
Offline
Fjord artisan
Joined: Dec 2002
Posts: 329
The new mIRC 6.16 has been updated with support for numeric 489 to fix different meaning across networks.


Link Copied to Clipboard