Difference between revisions of "Internet Relay Chat"
From Conservapedia
m (Added hyperlinks and See Also) |
(added software section) |
||
| Line 35: | Line 35: | ||
#To set the topic | #To set the topic | ||
#*/topic new topic here | #*/topic new topic here | ||
| + | |||
| + | ==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 /> | ||
| + | *[http://xchat.org XChat] | ||
| + | ** [http://portableapps.com/apps/internet/pchat_portable PChat] (uses same base as XChat, portable, '''free''') <br /> | ||
| + | ** [https://hexchat.github.io/ HexChat] (uses same base as XChat, '''free''') | ||
| + | * [http://www.mirc.com mIRC] ('''Paid''' [[software]]) | ||
| + | * [http://www.icechat.net IceChat] | ||
| + | * [http://kevin-brown.com/NetIRC NetIRC] | ||
| + | * [http://www.visualirc.net Visual IRC] | ||
==See Also== | ==See Also== | ||
Revision as of 17:17, January 12, 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)
See http://freenode.net/catalysts.shtml
Etiquette
- Never ask before pming a staffer - you'll run out of allowed questions too quickly.
Some IRC channels
- #conservapedia
- #conservapedia-sysop (password required)
IRC Commands
Most clients still use the old slash commands of irc. Here are a few.
- To get onto freenode.net
- /server irc.freenode.net
- To join the channel
- /join #conservapedia
- To change your nickname
- /nick newnick
- To op someone This will only work if you are op(erator of the channel) at the time
- /cs op #conservapedia nick
- to deop
- /dop #conservapedia nick
- 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: