Difference between revisions of "Internet Relay Chat"

From Conservapedia
Jump to: navigation, search
m (category tweak (manual of style))
(Spelling/Grammar Check & Cleanup)
Line 34: Line 34:
  
 
==Software==
 
==Software==
To connect to an IRC server, you need some kind of program.  [[Command Prompt]] can be used, but [[Graphic User Interface|GUI]] programs are generally preferred.  Here are some popular ones:<br />
+
To connect to an IRC server, you need some kind of program.  [[Command Prompt]] can be used, but [[Graphic User Interface|GUI]] programs are generally preferred.  Here are some popular ones:
 
*[http://xchat.org XChat]  
 
*[http://xchat.org XChat]  
** [http://portableapps.com/apps/internet/pchat_portable PChat] (uses same base as XChat, portable, '''free''') <br />
+
** [http://portableapps.com/apps/internet/pchat_portable PChat] (uses same base as XChat, portable, '''free''')  
 
** [https://hexchat.github.io/ HexChat] (uses same base as XChat, '''free''')
 
** [https://hexchat.github.io/ HexChat] (uses same base as XChat, '''free''')
 
* [http://www.mirc.com mIRC] ('''Paid''' [[software]])
 
* [http://www.mirc.com mIRC] ('''Paid''' [[software]])
Line 43: Line 43:
 
* [http://www.visualirc.net Visual IRC]
 
* [http://www.visualirc.net Visual IRC]
  
==See Also==
+
==See also==
 
* [[Instant messaging]]
 
* [[Instant messaging]]
  
Line 49: Line 49:
 
{{reflist}}
 
{{reflist}}
  
==External Links==
+
==External links==
http://freenode.net/catalysts.shtml
+
* http://freenode.net/catalysts.shtml
  
 
[[Category:Information Technology]]
 
[[Category:Information Technology]]

Revision as of 14:30, June 28, 2016

Internet Relay Chat (or IRC) is one of the oldest protocols for online chatting and file sharing.

Some collaborative projects use it to facilitate communication between project members. Wikipedia and Conservapedia both use freenode (chat.us.freenode.net) as their IRC server.

The philosophy of IRC and of collaborative projects in general seems to mesh:

  • “Catalysts try to resolve problems, not through the use of authority and special privilege, but by fostering consensus, gently nudging participants in the direction of more appropriate behavior and by generally reducing the level of confrontation rather than confronting users with problems…[while] Channel and network administrators may be catalysts…[a]n important characteristic of successful catalysts is the infrequency with which they wear authority or invoke special privilege.” (February 23rd, 2007 by Donna "SportChick" Crawford)[1]

Etiquette

  • Never ask before pming a staffer - you'll run out of allowed questions too quickly.
  • Don't enter a channel, ask a question, then give up and leave a minute later. Wait around a while, since users often idle in channels; your question will be seen and hopefully answered eventually.
The graphical user interface of MIRC, the most popular Internet Relay Chat client.

Some IRC channels

  • #conservapedia
  • #conservapedia-sysop (password required)

IRC Commands

Most clients still use the old slash commands of irc. Here are a few.

  1. To get onto freenode.net
    • /server irc.freenode.net
  2. To join the channel
    • /join #conservapedia
  3. To change your nickname
    • /nick newnick
  4. To op someone This will only work if you are op(erator of the channel) at the time
    • /cs op #conservapedia nick
  5. to deop
    • /dop #conservapedia nick
  6. To set the topic
    • /topic new topic here

Software

To connect to an IRC server, you need some kind of program. Command Prompt can be used, but GUI programs are generally preferred. Here are some popular ones:

See also

References

External links