home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / irc10h.zip / quick.txt < prev    next >
Text File  |  1993-08-07  |  5KB  |  177 lines

  1. Quick Reference
  2. ---------------
  3.  
  4. /AWAY [<message>]
  5.  
  6.    Marks your nickname as away.  If someone tries to send you a private
  7.    message, they will receive your optional message.
  8.  
  9. /GAG <nickname>
  10.  
  11.    Eliminates messages from the specific nickname. (only one gag at a time)
  12.  
  13. /INFO
  14.  
  15.    Returns information on the system.
  16.  
  17. /INVITE <nickname> <channel>
  18.  
  19.    Invites a certain nickname into a channel.
  20.  
  21. /JOIN <channel>{,<channel>} [<key>{,<key>}]
  22.  
  23.   Join a channel.  Up to 10 channels can be entered.  When you type a 
  24.   message it assumes that you are sending the message to the last
  25.   conference /JOINed.  You can switch this selection with the /SWITCH
  26.   command.
  27.  
  28.   Keys are used for password protected channels.
  29.  
  30. /LIST [{<channel>,}] [<server>]
  31.  
  32.   Lists all the channels between the given channels.  If no channels are
  33.   given, all channels known by the server are returned.
  34.  
  35. /LOG [OFF] <log device>
  36.  
  37.   Captures the IRC session to disk, printer or any OS/2 device.
  38.  
  39. /MODE <nickname> {[+|-]|i|w|s|o}
  40.  
  41.   Allows the user to change their mode.  The following modes are avalible:
  42.  
  43.          i - nickname is invisible.
  44.          s - nickname receives server notices.
  45.          w - nickname receives wallops.
  46.          o - nickname tries to be an operator.
  47.  
  48. /MOTD
  49.  
  50.   The 'message of the day' is displayed on the screen.
  51.  
  52. /MSG <nickname>|<channel> <message>
  53.  
  54.   Sends a private message to an individual user, or a public message to
  55.   a channel.
  56.  
  57. /NAMES {<channel>,}
  58.  
  59.   Lists all users on the given channels that are visible to user (not
  60.   secret or private).  If no channel is given, all are listed.
  61.  
  62. /NICK <nickname>
  63.  
  64.   Changes the current nickname to a new nickname.
  65.  
  66. /NOTICE <nickname>|<channel> <message>
  67.  
  68.   Similar to /MSG.
  69.  
  70. /PART {<channel>,}
  71.  
  72.   The opposite of /JOIN.  The user leaves the listed channels.
  73.  
  74.  
  75. /PRIVMSG <nickname>|<channel> <message>
  76.  
  77.   Similar to /MSG.
  78.  
  79. /QUIT
  80.  
  81.   Signoff the client (also ESC).
  82.  
  83. /REPLY
  84.  
  85.   Replies to the user who last sent you a private message.
  86.  
  87.  
  88. /STATS <query> [<server>]
  89.  
  90.   Gets statistics from a server.  Queries include:
  91.  
  92.  
  93.          c - Returns the servers that the passed server may connect
  94.              to or allow connections from.
  95.          h - Returns the servers which are treated as leaves or allowed
  96.              to act as hubs.
  97.          i - Returns the hosts the server allows a client to connect from.
  98.          k - Returns the banned username/hostname for that server.
  99.          l - Returns the server's connections.
  100.          m - Returns the list of commands supported by the server.
  101.          o - Returns the hosts from which clients may become operators.
  102.          y - Shows the Y lines from server's configuration file.
  103.          u - Shows how long the server has been up.
  104.  
  105. /SWITCH <channel>
  106.  
  107.   Switches your primary channel to another channel.  Useful when listening
  108.   to multiple channels.
  109.  
  110. /TIME [<server>]
  111.  
  112.   Returns the local time at that server.
  113.  
  114. /TOPIC <channel>
  115.  
  116.   Returns the topic of the given channel.
  117.  
  118. /VERSION
  119.  
  120.   Returns the client and server version numbers.
  121.  
  122. /WHO <name> {o}
  123.  
  124.   Returns information on all users who match the 'name' criteria.  If
  125.   the o command is given, only operators are returned.
  126.  
  127.   
  128. /WHOIS [<server>] {<nickmask>,}
  129.  
  130.   Returns information on the nicknames that meet the nickmask criteria.
  131.  
  132.  
  133. /WHOWAS [<server>] {nickmask,}
  134.  
  135.   Returns information on the nicknames that meet the nickmask criteria.
  136.   Used for nicknames that no longer exist.
  137.  
  138.  
  139. Channel Operator Commands
  140. -------------------------
  141.  
  142. /INVITE <user> <channel>
  143.  
  144.    Invites a user into a channel.  This is the only way for a person to enter
  145.    a private (or invitation only) channel, is to be invited.
  146.  
  147. /MODE <channel> {[+|-]|o|p|s|i|t|n|b|v} [<limits>] [<user>] [<ban mask>]
  148.  
  149.    In addition to the modes listed for users, the following exist for
  150.    channel operators:
  151.  
  152.          o - Change the channel operator privileges.
  153.          p - Set the channel to private.
  154.          s - Set the channel to secret.
  155.          i - Set the channel to invite-only channel.
  156.          t - Have the topic settable only the channel operator.
  157.          n - No messages to channel from clients on the outside.
  158.          m - Moderated channel.
  159.          l - Set the user limit to the channel.
  160.          b - Set the ban mask to keep users out.
  161.          v - Give (or take away) the ability to speak on a moderated channel.
  162.          k - Set a password.
  163.  
  164. /KICK <channel> <nickname> [<comment>]
  165.  
  166.    Forces a user off the channel.  The comment should be used as the reason
  167.    to be kicking the person off.
  168.  
  169. /TOPIC <channel> [<topic>]
  170.  
  171.    Sets the topic of the channel.
  172.  
  173.  
  174. Any message CAN be sent to the server.  If you know of a message that a
  175. certain version of the IRC server supports, and it isn't listed it above,
  176. try it.  
  177.