diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-03-19 19:28:19 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-03-19 19:28:19 +0100 |
commit | bc3fa9fd4cddd24d066b60f11c08d3c8e5ff1e61 (patch) | |
tree | 7f70801298fb4301f4ff98933cda2bcaf4d18e62 /doc/en/autogen/user | |
parent | 568d913c5895e356672320a4a6694570ed0b87c2 (diff) | |
download | weechat-bc3fa9fd4cddd24d066b60f11c08d3c8e5ff1e61.zip |
Move /away command from irc plugin to core
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r-- | doc/en/autogen/user/irc_commands.txt | 9 | ||||
-rw-r--r-- | doc/en/autogen/user/weechat_commands.txt | 9 |
2 files changed, 9 insertions, 9 deletions
diff --git a/doc/en/autogen/user/irc_commands.txt b/doc/en/autogen/user/irc_commands.txt index f9ec99157..bd86471fb 100644 --- a/doc/en/autogen/user/irc_commands.txt +++ b/doc/en/autogen/user/irc_commands.txt @@ -41,15 +41,6 @@ /allserv away I'm away ........................................ -• *`/away`* `[-all] [message]`:: - -........................................ - toggle away status - - -all: toggle away status on all connected servers - message: message for away (if no message is given, away status is removed) -........................................ - • *`/ban`* `[channel] [nickname [nickname ...]]`:: ........................................ diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt index 5916e5a37..edb762dac 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -1,3 +1,12 @@ +• *`/away`* `[-all] [message]`:: + +........................................ + toggle away status + + -all: toggle away status on all connected servers + message: message for away (if no message is given, away status is removed) +........................................ + • *`/bar`* `[add barname type[,cond1,cond2,...] position size separator item1,item2,...] | [default] | [del barname|-all] | [set barname option value] | [hide|show|toggle barname] | [scroll barname buffer scroll_value] | [list] | [listfull] | [listitems]`:: ........................................ |