mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jun 2003
Posts: 4
R
reed Offline OP
Self-satisified door
OP Offline
Self-satisified door
R
Joined: Jun 2003
Posts: 4
When mIRC receives a 553 numeric reply, it states:
* Unable to join channel

As far as I can find, this numeric was removed from whatever IRCd it was in. Can mIRC be updated not to parse it as such? It would be greatly appreciated.

Thanks! cool
~reed

Joined: Dec 2002
Posts: 2,962
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 2,962
Quote:
As far as I can find, this numeric was removed from whatever IRCd it was in.

- If you don't know what IRCd it was in how do you know if it's been removed or not? Even if it has, whose to say older versions of that IRCd aren't still in use? If you know of an IRCd that uses 553 for something else, just post the format so that additional support can be added for that particluar format of 553 (assuming it can be distinguished from the existing 553 definition mIRC uses).

If you're developing an IRCd and are trying to get mIRC to remove support for this so you can use the number, for God's sake just use a number that's not in use instead. There's more than enough numeric clashes already, there's no need to go around making them when they could be prevented.


Spelling mistakes, grammatical errors, and stupid comments are intentional.
Joined: Jun 2003
Posts: 4
R
reed Offline OP
Self-satisified door
OP Offline
Self-satisified door
R
Joined: Jun 2003
Posts: 4
Quote:
If you know of an IRCd that uses 553 for something else, just post the format so that additional support can be added for that particluar format of 553 (assuming it can be distinguished from the existing 553 definition mIRC uses).


ERR_UPASSSET (553)
"%s :Cannot remove Admin pass (+A) while User pass (+U) is still set. First use /MODE %s -U <userpass>"

Both string variables are the channel name.

Can support be added for that?

~reed


Link Copied to Clipboard