Difference between revisions of "Channel"

From Mibbit Wiki
Jump to: navigation, search
m
m
 
Line 21: Line 21:
 
* +[[nt]] (Default modes for your channel after registration)
 
* +[[nt]] (Default modes for your channel after registration)
  
[[Category:Channel]][[Category:Mode]][[Category:Widget]][[Category:Main client]][[Category:Uri parameters]][[Category:IRC]]
+
[[Category:Mode]][[Category:Widget]][[Category:Main client]][[Category:Uri parameters]][[Category:IRC]]

Latest revision as of 05:55, 7 March 2010

A channel is the part of a server where users may talk in a many-to-many manner. ChanServ usually takes care of channel management, but there might be a few servers without it. Channels can have modes, and there is a URI Parameter for both the widget and the main client.

URI Parameter

As a URI Parameter, this is a necessary parameter for widgets. The most basic form is:

&channel=%23channelName

The '%23' is the URL Escape code for a '#'. If multiple channels wish to be used, add a comma at the end of the channel name, and place another one. This form looks like:

&channel=%23channelName,%23otherChannelName

In the widget, this parameter tells the widget which channels to join after connecting to the server. In the main client, this parameter fills out the server connection form for easier server connections (but only if you have &server=any.blah.ext as well).


Replace "&" with "?" for the the first parameter.

Channel Management