Difference between revisions of "Server"

From Mibbit Wiki
Jump to: navigation, search
(URI Parameter information added.)
m
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{articles}}
 
''Information on IRC Servers are at [[IRC Server]]''
 
''Information on IRC Servers are at [[IRC Server]]''
  
 
== Command ==
 
== Command ==
  
The server command allows users to join multiple [[IRC Servers]] on the main client. It is disabled in widgets.
+
The /server command allows users to connect to (another) [[IRC Server]] on the [[main client]]. It is disabled in [[widgets]].
  
 
== URI Parameter ==
 
== URI Parameter ==
  
This parameter lets Mibbit know what server to connect to.  In [[widgets]], it connects to that server after the user had connected to Mibbit (including [[autoconnection]]).  In the [[main client]], it pre-sets the connect-form.
+
This parameter lets Mibbit know what server to connect to.  In [[widget]]s, it connects to that server after the user had connected to Mibbit (including [[autoconnect]]ion).  In the [[main client]], it pre-sets the connect-form (if a [[channel]] is given as well).
  
[[Category:Commands]][[Category:URI Parameters]]
+
When using the widget, some characters need to be "escaped" if you need to use them, such as : and +
 +
 
 +
The : character allows you to add a [[Ports | port]]. In a widget, it is used as %3A, for example
 +
server=irc.mibbit.net%3A6667
 +
 
 +
The + character allows you to add an [[Ssl | SSL]] directive, In a widget, it is used as %2B, for example
 +
server=irc.mibbit.net%3A%2B6697
 +
 
 +
[[Category:Commands]][[Category:Uri parameters]][[Category:Main client]][[Category:Widget]]

Latest revision as of 20:02, 30 July 2010

Wiki Home | FAQ | Features | IRC Commands | IRC Modes | Widget Information | Widget: WebIRC Server Setup | URI Parameters | Wish List | Registration Information | Mibbit Staff

Home | Quick Start Guide | Live Mibbit Help


Information on IRC Servers are at IRC Server

Command

The /server command allows users to connect to (another) IRC Server on the main client. It is disabled in widgets.

URI Parameter

This parameter lets Mibbit know what server to connect to. In widgets, it connects to that server after the user had connected to Mibbit (including autoconnection). In the main client, it pre-sets the connect-form (if a channel is given as well).

When using the widget, some characters need to be "escaped" if you need to use them, such as : and +

The : character allows you to add a port. In a widget, it is used as %3A, for example

server=irc.mibbit.net%3A6667

The + character allows you to add an SSL directive, In a widget, it is used as %2B, for example

server=irc.mibbit.net%3A%2B6697