From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../mozilla/getting_started_with_chat/index.html | 275 +++++++++++++++++++++ 1 file changed, 275 insertions(+) create mode 100644 files/ja/archive/mozilla/getting_started_with_chat/index.html (limited to 'files/ja/archive/mozilla/getting_started_with_chat/index.html') diff --git a/files/ja/archive/mozilla/getting_started_with_chat/index.html b/files/ja/archive/mozilla/getting_started_with_chat/index.html new file mode 100644 index 0000000000..533aed1269 --- /dev/null +++ b/files/ja/archive/mozilla/getting_started_with_chat/index.html @@ -0,0 +1,275 @@ +--- +title: チャットを始める +slug: Archive/Mozilla/Getting_started_with_chat +tags: + - Bot + - Firebot + - QA + - irc +translation_of: Archive/Mozilla/Getting_started_with_chat +--- +
+

2020年3月2日、Mozilla は公開チャンネルのために IRC から Matrix に移行し、IRC サーバはシャットダウンされたことに注意してください。

+ +

このページは歴史と参考のために保存しています。一般的なルールやマナーは、今でも新居で役立つものです。

+
+ +
+

最新情報は https://wiki.mozilla.org/Matrix をご覧ください。

+
+ +

一般的なルールとエチケット

+ +

クライアントをセットアップし (下記のソフトウェアを参照)、接続が完了したら、最も楽しく生産的な体験をするために従うべき基本的なルールがいくつかあります。

+ +
    +
  1. As with all Mozilla forums and events, agreeing to our Community Participation Guidelines is a requirement for participation.
  2. +
  3. Try to keep messages as concise as possible. If you have something long to post, a code snippet for example, use paste.mozilla.org and paste the generated URL in IRC instead.
  4. +
  5. When addressing someone directly, try to use name: message format. For example, "ashughes: good morning!"
  6. +
  7. Every channel has its own topic. Try to keep your messages within that subject matter. For example, do not talk about Thunderbird issues in #Firefox.
  8. +
  9. Mozilla's channels are most active between 9am and 7pm PST Monday to Friday, excluding US Holidays.
  10. +
  11. When asking a question, be patient. Sometimes, it can take a few minutes for people to respond.
  12. +
  13. Posting a message like "Help!" is not particularly helpful. Asking a good question will result in a better experience for both you and the person trying to help.
  14. +
  15. Relax and have fun!
  16. +
+ +

Software

+ +

There are several different applications which allow you to connect to IRC networks. You will need to use the following information to configure the server connection:

+ + + +

Desktop clients

+ +

Desktop clients tens to allow the most detailed configuration. For example, you can connect using SSL or a non-secure connection, and you can configure the client to automatically connect to a server and join a particular set of channels when you start the client. The following are some other options available to you:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WindowsMacLinux
Colloquy
IRSSI●*
Xchat
+ +

Key:

+ +

● — Binary or executable program available

+ +

○ — Only available by downloading and compiling source code

+ +

●* — Binary or executable may be available. If not, you'll have to download source code and compile.

+ +
+

Note: For a complete list of IRC clients go here.

+
+ +

Web-based clients

+ +

There are also a few web-based clients which allow connecting to IRC by clicking on irc:// links. One of the simplest web-based clients is Mibbit, another is IRCCloud. These operate very much in the same way as the previously mentioned desktop clients and ChatZilla. Mibbit does NOT require flash or any other plugins.

+ +

Channels

+ +

Here is a list of channels you should be aware of as a member of the Mozilla community: (Remember to use irc.mozilla.org and port 6697 or 6667 for your server settings)

+ + + + + + + + + + + + + + + + +
#qaA channel for QA discussion
#developersA channel for Mozilla development discussion
#sumoA channel for support with Firefox
+ +

For more information about the Mozilla IRC network and more channels, go here.

+ +

Commands

+ +

The following is a list of commands you should be familiar with. Simply type them into the message box at the bottom of the screen and press enter:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
/join #channelJoins you to the specified channel until you quit your IRC client or quit the channel
/leaveLeave the current channel
/mode #channel +k passwordSets a password for the channel. If #channel is not specified, the command is executed for the current channel.
/mode #channel +o nicknameSets specified user as an owner or moderator of the specified channel. If a #channel is not specified, the command is executed for the current channel.
/mode #channel +sSets the channel as a secret channel. This takes the channel off the public list of active channels and topics.
/msg nick messageSends a private message to the specified user
/nick nicknameChange your current nickname
nickname: pingGet a user's attention (nickname is the name of the user you want the attention of)
nickname: pongRespond to a user's ping (nickname is the name of the user who wants your attention)
/query nicknameOpens a private chat with the specified user
/quit messageDisconnects you from the current server displaying the message in all connected channels prior to quitting
/reload stylesSome IRC clients, Colloquy on Mac in particular, stop displaying your messages in the channel window. If this happens, you can type this command to resolve this issue.
/server server-nameManually connect to a server
/topic topicChanges the topic of the channel. The topic is a message that displays first when you join a channel.
/whois nicknameDisplay information about the specified user. This information displays in the server window.
+ +

For more information about IRC commands go here.

+ +

Bots

+ +

Some users in IRC are not human. These users are known as bots and automatically perform certain tasks; some automatic, some triggered by other users. The most common of these bots are called NickServ, ChanServ, and Firebot.

+ +

NickServ

+ +

This bot allows you to register your nickname which prevents other users from using it. NickServ also automatically elevates all registered users to operators when they sign on.The following are some helpful commands which can be used by NickServ:

+ + + + + + + + + + + + + + + + + + + + + + + + +
/msg NickServ REGISTER password emailThis registers your nickname with the server.
/msg NickServ IDENTIFY passwordOnce registered, you need to type this every time you want to sign into channels using your registered nickname
/msg NickServ HELPThis displays a list of commands which can be used with NickServ
/msg NickServ HELP REGISTERThis displays helpful information about nickname registration
/msg NickServ HELP IDENTIFYThis displays helpful information about identifying yourself upon sign in
+ +

For more information about NickServ go here.

+ +

ChanServ

+ +

This bot allows you to register new channels and control aspects of channels. The following are some helpful commands which can be used by ChanServ:

+ + + + + + + + + + + + + + + + +
/msg ChanServ HELPThis displays a list of commands which can be used with ChanServ
/msg ChanServ IDENTIFY #channel passwordAllows you to edit the aspects of the specified channel given the correct password
/msg ChanServ REGISTER #channel password topicRegisters a channel given the correct password and sets the topic
+ +

For more information about ChanServ go here.

+ +

Firebot

+ +

Firebot is a bot which assists with Mozilla related activities on IRC. For instance, Firebot automatically posts messages to #developers about the status of automated tests. The following are some helpful commands which can be used by Firebot:

+ + + + + + + + + + + + + + + + + + + + +
bug ######When a bug number is mentioned in a message, Firebot automatically displays the link and summary from bugzilla for that bug.
/msg firebot uuidDisplays a unique identifier. This is useful when creating interfaces for add-on development.
/msg firebot cidDisplays a unique 128-bit number which can be used to identify a class or component.
/invite firebot #channelAdds firebot to the specified channel.
+ +

For more information about Firebot go here.

+ +

Further Reading

+ +

IRC Channel Operator's Guide (New Version) IRC Channel Operator's Guide (Old Version) [From 1995, but still quite useful]

-- cgit v1.2.3-54-g00ecf