Log in | Back to darenet.org

Server Commands/CHECK

(New page: <pre>CHECK <channel|nick|server|hostmask> [-flags]</pre> Where valid flags are: * -c: Show channels when checking a hostmask. * -i: Show IPs instead of hostnames when displaying results....)
m
Line 10: Line 10:
CHECK Returns extended information about the given nick/server/channel.
CHECK Returns extended information about the given nick/server/channel.
 +
 +
Examples:
 +
 +
<pre>/check joeoper
 +
 +
Information for user JoeOper
 +
 +
          Nick:: JoeOper (ATA1D)
 +
      Signed on:: Sat Sep  5 19:54:01 2008
 +
      Timestamp:: Fri Sep  4 05:02:33 2008 (1220605353)
 +
  User/Hostmask:: joe@staff.darenet (1.2.3.4)
 +
Real User/Host:: jpc@1.2.3.4
 +
      Real Name:: Hi there!
 +
        Status:: IRC Operator
 +
  Connected to:: quake.ca.us.darenet.org
 +
      Umode(s):: +oiwgrxfa JoeOper:1205811165 staff.darenet
 +
    Channel(s):: @#DareNET
 +
 +
          Ports:: 2471 -> 6667 (client -> server)
 +
      Data sent:: 1.516 Kb (59 protocol messages)
 +
  Data received:: 13.918 Kb (179 protocol messages)
 +
  receiveQ size:: 0 bytes (max. 1024 bytes)
 +
    sendQ size:: 368 bytes (max. 160000 bytes)
 +
 +
 +
/check #DareNET -u
 +
 +
Information for channel #DareNET
 +
 +
  Creation time:: Thu Mar 27 18:55:16 2008
 +
          Topic:: Welcome to the DareNET IRC Network Main Channel - http://www.darenet.org/ -
 +
Join #Support for channel registration and/or staff assistance - NEWS: Working on site
 +
> irc integration
 +
        Set by:: NiTeMaRe!nitemare@NiTeMaRe.staff.darenet
 +
Channel mode(s):: +tnQTzl 12
 +
 +
Total users:: 16 (4 ops, 0 half ops, 6 voiced, 2 clones, 2 authed)</pre>
[[Server Commands|(Return to Main listing of Server Commands)]]
[[Server Commands|(Return to Main listing of Server Commands)]]

Revision as of 00:48, 7 September 2008

CHECK <channel|nick|server|hostmask> [-flags]

Where valid flags are:

  • -c: Show channels when checking a hostmask.
  • -i: Show IPs instead of hostnames when displaying results.
  • -o: Only show channel operators when checking a channel.
  • -u: Hide users when checking a channel.

<hostmask> can be of the form host, user@host, nick!user@host, with host being host.domain.cc, 127.0.0.1 or 127.0.0.0/24. Wildcards are supported.

CHECK Returns extended information about the given nick/server/channel.

Examples:

/check joeoper

Information for user JoeOper
 
           Nick:: JoeOper (ATA1D)
      Signed on:: Sat Sep  5 19:54:01 2008
      Timestamp:: Fri Sep  4 05:02:33 2008 (1220605353)
  User/Hostmask:: joe@staff.darenet (1.2.3.4)
 Real User/Host:: jpc@1.2.3.4
      Real Name:: Hi there!
         Status:: IRC Operator
   Connected to:: quake.ca.us.darenet.org
       Umode(s):: +oiwgrxfa JoeOper:1205811165 staff.darenet
     Channel(s):: @#DareNET 
 
          Ports:: 2471 -> 6667 (client -> server)
      Data sent:: 1.516 Kb (59 protocol messages)
  Data received:: 13.918 Kb (179 protocol messages)
  receiveQ size:: 0 bytes (max. 1024 bytes)
     sendQ size:: 368 bytes (max. 160000 bytes)


/check #DareNET -u

Information for channel #DareNET
 
  Creation time:: Thu Mar 27 18:55:16 2008
          Topic:: Welcome to the DareNET IRC Network Main Channel - http://www.darenet.org/ - 
Join #Support for channel registration and/or staff assistance - NEWS: Working on site 
> irc integration
         Set by:: NiTeMaRe!nitemare@NiTeMaRe.staff.darenet
Channel mode(s):: +tnQTzl 12
 
Total users:: 16 (4 ops, 0 half ops, 6 voiced, 2 clones, 2 authed)


(Return to Main listing of Server Commands)