From Fedora Project Wiki

< How to use IRC

Revision as of 18:56, 23 July 2014 by Nickth (talk | contribs) (Διόρθωση του links προς το Chatzilla)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Αυτό το έγγραφο περιγράφει την εγκατάσταση και χρήση του X-chat, μια δημοφιλή εφαρμογή για IRC. Μπορεί να σε ενδιαφέρει επίσης και το video του Kushal Das: Χρήση X-chat

Εναλλακτικές εφαρμογές:

Πώς να εγκαταστήσεις X-Chat

Για να ελέγξεις αν το X-Chat είναι εγκατεστημένο στο σύστημα σου, γράψε την εντολή:

$ rpm -q xchat

Αν δεν είναι εγκατεστημένο, εγκατέστησε το με την παρακάτω εντολή:

$ su -c 'yum install xchat'

Τώρα μπορείς να ανοίξεις το X-Chat από Εφαρμογές > Internet > X-Chat IRC

Εγγραφή

Προσπάθησα να κάνω /join #fedora, αλλά για κάποιο λόγο κατέληξα να μπω στο #fedora-unregistered? Τι έγινε;

Το #fedora απαιτεί να έχεις εγγραφεί πρώτα στο freenode και να έχεις πιστοποιηθεί απ' τον nickserv πριν να μπεις στο κανάλι. Δες http://www.wikihow.com/Register-a-User-Name-on-Freenode για πληροφορίες σχετικά με το πως να το κάνεις αυτό. Μόλις πιστοποιηθείς μπορείς να μπεις στο βασικό κανάλι #fedora για υποστήριξη.

Πώς να συμμετάσχω σε IRC Meeting του Έργου Fedora

Για παράδειγμα, αν θες να συμμετάσχεις στο Meeting των Fedora Ambassadors :

  1. Ανοίγεις το X-Chat: Εφαρμογές > Internet > X-Chat IRC
  2. Πληκτρολογείς το Ψευδόνυμο της επιλογής σου, Όνομα εισόδου και Πραγματικό όνομα
  3. Επέλεξε FreeNode και επέλεξε Επεξεργασία.
    File:Communicate IRCHowTo xchat-server-list.png
  4. Επέλεξε irc.freenode.net
  5. Πληκτρολόγησε fedora
  6. Καταχώρησε το ψευδώνυμο σου. Σχετικά: http://www.wikihow.com/Register-a-User-Name-on-Freenode
  7. Πληκτρολόγησε τον κωδικό σου στο πεδίο Κωδικός Διακομιστή και πάτα Κλείσιμο.
    File:Communicate IRCHowTo xchat-fedora-mktg.png

Πάτα το κουμπί Σύνδεση για να συνδεθείς στο δίκτυο IRC του freenode.

Πρωτόκολλο του Meeting

This only applies to certain IRC meetings. Others are usually more casual.

  • Please watch what others are doing and do not interrupt
  • If you have a question, type "?"
  • If you need to speak, type "!"
  • If you're done speaking, type "eof"
  • If you agree, type "+1"
  • See more in fedora-unity-project-meeting-guidelines

What are the Basic IRC commands

  • /help - Shows all commands.
  • /nick NewNickName - Changes the NickName (limited to 9 characters).
  • /names - Shows all NickNames on that channel.
  • /whois NickName - Shows basic whois info for a NickName. To see more info, use /msg NickServ info NickName
  • /away AwayMessage - Leaves a message when you are away from channel. Use /away by itself when you return.
  • /quit QuitMessage - Leaves a message when you quit IRC channel.

For more information, see [1]

How to create a login script for a private channel in X-Chat

Create login script:

$ cd ~/.xchat2
$ vi login-script.txt

msg chanserv invite #private-channel
join #private-channel

Use following information in X-Chat:

  • IRC Server: irc.freenode.net
  • Channels to join: #private-channel
  • Connect command: load -e ~/.xchat2/login-script.txt
  • Server password: {your password}


What is the difference between NickServ Password and Server Password in X-Chat

Technically speaking, they aren't the same. X-Chat has knowledge of the NickServ system, and will automatically send a message to NickServ when prompted to save you the hassle. Server passwords are a more embedded part of IRC and are passed during the early connection phase, before you are fully operational on the network and before you join channels. NickServ, part of freenode services, was added to their IRC system to enable user management that is not part of the original IRC protocol. Other networks may also use NickServ, but it usually works a little differently. It has proven very flexible and valuable. Server passwords were initially used as part of an authentication system at connect time for IRC servers, but are now used by freenode to create a shortcut for NickServ services. Other IRC networks often work things a little differently, but similar practices have become widespread because they do work quite well.

freenode services, as are permitted by Hyperion IRCD and powered by a custom backend, allow a number of features to be added and used that are not part of the IRC protocol. NickServ is used to interface with user account features. ChanServ is used to interface with channel management features. Other services are handled transparently using more typical IRC components. These kinds of techniques are how IRC has evolved over the original RFC 1459 standard to survive in a useful fashion for the last 13 years.

-- PatrickBarnes

How to create Fedora IRC cloaks for the freenode network

  • Add your IRC nick in FreenodeCloaks
  • Once your Fedora IRC cloak has been created, people will not see your real hostname.
  • Instead they will see something like yournick@fedora/yournick

Where can I find a list of Fedora Project IRC channels