Difference between revisions of "Category:Multi-server"
From Scriptwiki
Line 7: | Line 7: | ||
=== Commands === | === Commands === | ||
− | Scripts can be made to perform commands on specific server connections by using [[ | + | Scripts can be made to perform commands on specific server connections by using [[Scon|/scon]] or [[ |
Revision as of 15:19, 15 December 2005
Explanation
mIRC allows you to connect to more than one IRC server at a time. This means that scripts need to be multi-server aware in order to behave correctly when a user is connected to more than one server. The following commands and identifiers allow a script to handle multiple server connections.
Every connection has a connection id value (cid). So you can either specify a connection using this cid or using the connection number (con).
Commands
Scripts can be made to perform commands on specific server connections by using /scon or [[
Pages in category "Multi-server"
The following 7 pages are in this category, out of 7 total.