~ubuntu-branches/ubuntu/wily/irssi/wily

« back to all changes in this revision

Viewing changes to docs/help/admin

  • Committer: Package Import Robot
  • Author(s): Daniel Watkins
  • Date: 2014-10-12 09:44:38 UTC
  • mfrom: (2.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20141012094438-gg8mt9lzwxhb9mqa
Tags: 0.8.17-1ubuntu1
* Merge from Debian testing (LP: #1423499).  Remaining changes:
  - Refreshed 03firsttimer_text to follow upstream changes to formatting.
  - Re-enabled 20fix_ssl_proxy_hostname_check.
  - Refreshed 90irc-ubuntu-com to follow upstream changes to config file
    formatting.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
 
2
%9Syntax:%9
 
3
 
2
4
ADMIN %|[<server>|<nickname>]
3
5
 
4
 
Displays the administrative details about the given server. If no server is specified, the server you are connected to is used. If a nickname is supplied then it gives the administrative information for that person's current server.
 
6
%9Parameters:%9
 
7
 
 
8
    A nickname or server for which you want to know the administrative details;
 
9
    if no argument is given, the server you are connected to will be used.
 
10
 
 
11
%9Description:%9
 
12
 
 
13
    Displays the administrative details of a server.
 
14
 
 
15
%9Examples:%9
 
16
 
 
17
    /ADMIN
 
18
    /ADMIN orwell.freenode.net
 
19
    /ADMIN mike
 
20
 
 
21
%9See also:%9 INFO
5
22