Differences

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

Link to this comparison view

Next revision
Previous revision
en:irc:befehle1 [2023/10/22 22:34] – angelegt psycoreen:irc:befehle1 [2024/02/05 08:28] (current) – old revision restored (2024/01/26 13:07) psycore
Line 1: Line 1:
 +{{tag>english irc basics}}
 ====== IRC commands 1 ====== ====== IRC commands 1 ======
  
 ===== Introduction ===== ===== Introduction =====
  
-IRC (Internet Relay Chat) is the most extensive and best chat protocol available on this planet. However, this also means that it is not easy to use. You can not only send text to the channelbut also commands.+IRC (Internet Relay Chat) is the most comprehensive and best chat protocol on the planet. However, this also means that it is not easy to use. You can not only send text into the channel but also commands.
  
 ===== Commands ===== ===== Commands =====
  
-Commands always begin with a / (e.g. /nick mouse).+Commands always start with a / (e.g. /nick mouse).
 I will list the most important basic commands: I will list the most important basic commands:
  
-^ Syntax ^ Designation ^ Command ^+^ Syntax ^ Description ^ Command ^
 | LIST | Lists all channels on the server | /list | | LIST | Lists all channels on the server | /list |
 | JOIN | Enter channel | /join #channel | | JOIN | Enter channel | /join #channel |
Line 16: Line 17:
 | QUIT | Leave IRC | /quit | | QUIT | Leave IRC | /quit |
 | NICK | change nick | /nick Bla | | NICK | change nick | /nick Bla |
-| AWAY | marks you as not present | /away reason +| AWAY | Marks you as not present | /away Reason 
-| WHOIS | Show user info | /whois nick |+| WHOIS | Shows user info | /whois nick |
 | INVITE | Invite user to a channel | /invite user #channel | | INVITE | Invite user to a channel | /invite user #channel |
 | KICK | Kick user from channel (OPs only) | /kick #channel user Reason | | KICK | Kick user from channel (OPs only) | /kick #channel user Reason |
-| TOPIC | Change topic of channel | /topic #channel New topic |+| TOPIC | Change channel topic | /topic #channel New topic |
 | QUERY |  Chat privately with a user | /query user | | QUERY |  Chat privately with a user | /query user |
  
  
-These are the basic commands. There are a lot more but these are important as a basis.+These are the basic commands. There are many morebut these are important as a basis.
  
-Some commands can be given parameters:+Parameters can be passed to some commands:
  
  
 ^ Syntax ^ Name ^ Command ^ ^ Syntax ^ Name ^ Command ^
 | SERVER | connect to a server | /server irc.baccano.de | | SERVER | connect to a server | /server irc.baccano.de |
-| NEW SERVER | open new window with new server | /server -m irc.baccano.de |+| NEW SERVER | Open new window with new server | /server -m irc.baccano.de |