Initial import of the ircii-pana-1.1-final source tree.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/tags/ircii-pana-1.1-final@1 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2008-02-25 09:25:32 +00:00
commit 28febcfea9
1429 changed files with 250653 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
Synopsis:
oper [<nick> [<password>]]
Description:
The OPER command is used to gain irc operator status on the current
server, with the stipulation that the specified (or current) nickname
and password match an O: line entry in the server's configuration.
If a password is not specified, the client will prompt for one.
See Also:
deop(3); mode(1)
Restrictions:
Unlike DEOP, the MODE command cannot be used to gain operator status.
Other Notes:
Specifying the password on the input line is not recommended, for many
reasons, the most obvious being that anyone with a line of sight to your
monitor can see what your password is. When the client prompts for a
password, it does not display it as it is typed. Further, the client's
command history may be written to a file, which would compromise the
password if the history file is world-readable.