mIRC Home    About    Download    Register    News    Help

Print Thread
#255773 20/11/15 06:38 PM
Joined: Jun 2005
Posts: 17
C
Pikka bird
OP Offline
Pikka bird
C
Joined: Jun 2005
Posts: 17
Hi,

mIRC currently allows multiple network and server configurations/settings, but they're limited *only* to basic server information, such as name, address, port, password, etc. However, many people I know use the same mIRC installation to use different nicknames or other settings, depending on which network and/or server they are connecting to.

I propose that there be an additional option in the network/server config info (similar to the "perform" function, but that only runs *after* successful connection) to override certain config options when connecting to that, and only that network/server. This would include running a script or a series of configuration commands which could set certain info/settings *prior* to attempting to connect to that specific network/server. This would also better enable mIRC to handle some of the extensions to the protocol that some servers use which would break or confuse other more generic servers, such as OfficeIRC's use of the IRCX and NTLS authentication extensions.

Joined: May 2015
Posts: 2
E
Bowl of petunias
Offline
Bowl of petunias
E
Joined: May 2015
Posts: 2
+1 for different nick settings for different servers!

Joined: Oct 2003
Posts: 3,918
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,918
Agreed with better per-server configuration. This also solves the common need to save multi-server configuration, which is simply not possible without scripts, currently.

FWIW, for those who don't already know, this can be worked around via the /server command and scripts:

Code:
/server -m SERVER [password] -i NICK ALTNICK IDENT REAL NAME -j #chan1,#chan2,...


This command can be placed in an ON START event to connect multiple servers (remove the "-m" for the first server if you do this).

If you set Alt+O -> Connect -> Identd to [x] Use ID from email address, the "IDENT" part in the above command will be your connecting ident value.

I still agree that this feature is important, just wanted to add this if anyone stumbles upon this thread while looking for a solution.


- argv[0] on EFnet #mIRC
- "Life is a pointer to an integer without a cast"

Link Copied to Clipboard