1WEECHAT(1) General Commands Manual WEECHAT(1)
2
3
4
6 weechat-curses - Wee Enhanced Environment for Chat (Curses version)
7
8
10 weechat-curses [option...] [plugin:option...]
11
12
14 Fast, light and extensible chat client for many operating systems.
15 Everything can be done with a keyboard. It is customizable and extensi‐
16 ble with scripts.
17 It is compliant with IRC RFCs 1459, 2810, 2811, 2812, and 2813.
18
19
21 -a, --no-connect
22 disable auto-connect to servers at startup
23
24 -c, --colors
25 display default colors in terminal
26
27 -d, --dir <dir>
28 set WeeChat home dir
29
30 -h, --help
31 display summary of options
32
33 -k, --keys
34 display default keys
35
36 -l, --license
37 display program license
38
39 -p, --no-plugin
40 don't load any plugin at startup
41
42 -s, --no-script
43 don't load any script at startup
44
45 -v, --version
46 display WeeChat version
47
48
50 Options for plugins depend on plugins, you can look at plugins documen‐
51 tation on WeeChat website for more information.
52
53 For example, with irc plugin, you can connect to temporary server with
54 an url like:
55 irc[6][s]://[[nickname][:password]@]server[:port][/#chan‐
56 nel1[,#channel2...]]
57
58 To join WeeChat IRC channel support with nick "mynick":
59 irc://mynick@irc.freenode.net/#weechat
60
61 IPv6 address can be enclosed in brackets to add a port after address,
62 for example:
63 irc://mynick@[2001:db8:0:85a3::ac1f:8001]:6668/#test
64
65
67 $HOME/.weechat/weechat.conf
68 main WeeChat configuration file
69
70 $HOME/.weechat/plugins.conf
71 plugins configuration file
72
73 $HOME/.weechat/alias.conf
74 configuration file for alias plugin
75
76 $HOME/.weechat/aspell.conf
77 configuration file for aspell plugin
78
79 $HOME/.weechat/charset.conf
80 configuration file for charset plugin
81
82 $HOME/.weechat/irc.conf
83 configuration file for IRC plugin
84
85 $HOME/.weechat/logger.conf
86 configuration file for logger plugin
87
88 $HOME/.weechat/relay.conf
89 configuration file for relay plugin
90
91 $HOME/.weechat/rmodifier.conf
92 configuration file for rmodifier plugin
93
94 $HOME/.weechat/xfer.conf
95 configuration file for xfer plugin
96
97 $HOME/.weechat/weechat.log
98 WeeChat log file
99
100
102 Copyright (C) 2003-2011 Sebastien Helleu <flashcode@flashtux.org>
103 WeeChat is distributed under the GNU General Public License, version 3.
104 Please read the COPYING file for more information.
105
106
108 Please report bugs or feature requests at Savannah website:
109 - Bugs: http://savannah.nongnu.org/bugs/?group=weechat
110 - Feature requests: http://savannah.nongnu.org/task/?group=weechat
111
112
114 WeeChat is written by Sebastien Helleu <flashcode@flashtux.org>
115 Web: http://www.weechat.org/
116
117
118
119Sebastien Helleu May 2011 WEECHAT(1)