User Tools

Site Tools


irc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
irc [2025/10/18 08:55] xmpubirc [2025/10/18 21:33] (current) – [IRC client commands] xmpub
Line 7: Line 7:
 ===== Design =====  ===== Design ===== 
 ==== Networks ==== ==== Networks ====
-IRC is designed to be a federated protocol, meaning that an IRC **network** can be accessible from various different approved servers. This federated model can protect from network downtime, due to the lack of a single point of failure, as well as promote diplomacy among the network administration.  +IRC is designed to be a federated protocol, meaning that an IRC **network** can be accessible from various different official servers. This federated model can protect from network downtime, due to the lack of a single point of failure, as well as promote diplomacy among the network administration.  
 ==== Channels ==== ==== Channels ====
-Servers are grouped into channels. Channels start with a pound ''#'' symbol and can have various different modes set, represented by a string of flags. +Servers are grouped into channels. Channels start with a pound ''#'' symbol and can have various different modes set, represented by a string of flags. They can also have a topic, which is a string that is intended to represent the current topic of conversation, but nowadays is used more like a description for the channel.
 ==== Users ==== ==== Users ====
 A user has four identifying attributes: A user has four identifying attributes:
Line 19: Line 19:
 ===== IRC client commands ===== ===== IRC client commands =====
 Here are some commands broadly implemented by IRC clients. Here are some commands broadly implemented by IRC clients.
-''/join <channel>'' Subscribes you to a channel.   +  *''/join <channel>'' Subscribes you to a channel.   
-''/part'' Leaves a channel and incurs a ''part'' message defined by your client. +  *''/part'' Leaves a channel and incurs a ''part'' message defined by your client. 
-''/whois <nick>'' Queries info about another person in the same channel.+  *''/whois <nick>'' Queries info about another person in the same channel.
irc.1760777728.txt.gz · Last modified: by xmpub