diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-27 16:03:03 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-27 16:03:03 +0200 |
commit | 3298a36691ae29cb0bf17666c68f517643c38b26 (patch) | |
tree | acda366bbb248312477745f5a04ee87b8ffa7cbf /doc/en/autogen | |
parent | 03dc86f58d7ea7a55e123f2d988c7cd6449c036d (diff) | |
download | weechat-3298a36691ae29cb0bf17666c68f517643c38b26.zip |
core: update examples in /help filter
Diffstat (limited to 'doc/en/autogen')
-rw-r--r-- | doc/en/autogen/user/weechat_commands.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt index 60e6f8451..d356583d8 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -239,11 +239,7 @@ Examples: filter nicks displayed when joining channels or with /names: /filter add nicks * irc_366 * filter nick "toto" on IRC channel #weechat: - /filter add toto irc.freenode.#weechat * toto\t - keep only nick "titi" on IRC channel #test: - /filter add titi irc.freenode.#test * !titi\t - filter lines containing word "spam": - /filter add filterspam * * spam + /filter add toto irc.freenode.#weechat nick_toto * filter lines containing "weechat sucks" on IRC channel #weechat: /filter add sucks irc.freenode.#weechat * weechat sucks ........................................ |