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:
25
bitchx-docs/1_General/dcc/rename
Normal file
25
bitchx-docs/1_General/dcc/rename
Normal file
@@ -0,0 +1,25 @@
|
||||
Synopsis:
|
||||
dccrename [<nick>] <name> [<new name>]
|
||||
dccrename -chat <nick> <new nick>
|
||||
|
||||
|
||||
Description:
|
||||
This renames an incoming file from a DCC GET connection, or optionally
|
||||
a nick in a DCC CHAT. For files, this is useful if one with the same name
|
||||
already exists, so that it doesn't get overwritten. If the new name isn't
|
||||
specified, it is assumed the name given is the new name, and it is applied
|
||||
to the oldest existing DCC GET connection.
|
||||
|
||||
Options:
|
||||
-chat rename a nick in DCC CHAT instead of a file
|
||||
|
||||
Examples:
|
||||
To rename file foo to bar from joebob:
|
||||
/dcc rename joebob foo bar
|
||||
|
||||
To rename joebob to jimbob in a DCC CHAT:
|
||||
/dcc rename -chat joebob jimbob
|
||||
|
||||
See Also:
|
||||
dcc(1) get, list; set(4) dcc_store_path
|
||||
|
||||
Reference in New Issue
Block a user