summaryrefslogtreecommitdiff
path: root/doc/en/autogen/user
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r--doc/en/autogen/user/alias_commands.txt11
-rw-r--r--doc/en/autogen/user/irc_commands.txt18
2 files changed, 28 insertions, 1 deletions
diff --git a/doc/en/autogen/user/alias_commands.txt b/doc/en/autogen/user/alias_commands.txt
index b4a0f1322..d00395125 100644
--- a/doc/en/autogen/user/alias_commands.txt
+++ b/doc/en/autogen/user/alias_commands.txt
@@ -1,8 +1,9 @@
-• *`/alias`* `[alias_name [command [arguments]]]`::
+• *`/alias`* `[[-completion completion] alias_name [command [arguments]]]`::
........................................
create an alias for a command
+ completion: completion for alias (optional, by default completion is done with target command)
alias_name: name of alias (can start or end with "*" for alias listing)
command: command name (many commands can be separated by semicolons)
arguments: arguments for command
@@ -19,5 +20,13 @@
$nick: current nick
$channel: current channel
$server: current server
+
+ Examples:
+ alias /split to split window horizontally:
+ /alias split /window splith
+ alias /hello to say "hello" on all channels but not on #weechat:
+ /alias hello /allchan -exclude=#weechat msg * hello
+ alias /forcejoin to send IRC command "forcejoin" with completion of /sajoin:
+ /alias -completion %%sajoin /quote forcejoin
........................................
diff --git a/doc/en/autogen/user/irc_commands.txt b/doc/en/autogen/user/irc_commands.txt
index bd86471fb..650f405b5 100644
--- a/doc/en/autogen/user/irc_commands.txt
+++ b/doc/en/autogen/user/irc_commands.txt
@@ -133,6 +133,15 @@
servername: server name to disconnect
........................................
+• *`/forcejoin`* `nickname channel[,channel]`::
+
+........................................
+ forces a user to join channel(s)
+
+ nickname: nickname
+ channel: channel name
+........................................
+
• *`/halfop`* `[nickname [nickname]]`::
........................................
@@ -342,6 +351,15 @@
text: text to send
........................................
+• *`/omode`* `channel mode`::
+
+........................................
+ change mode on channel, without having operator status
+
+ channel: channel name
+ mode: mode for channel
+........................................
+
• *`/op`* `nickname [nickname]`::
........................................