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 [options...] or [url...]
11
12
14 Fast, light and extensible IRC client for many operating systems.
15 Everything can be done with a keyboard. It is customizable and extensi‐
16 ble with scripts. Many GUIs are or will be available (Curses, Gtk and
17 Qt). It is compliant with RFCs 1459, 2810, 2811, 2812, and 2813.
18
19
21 -a, --no-connect
22 disable auto-connect to servers at startup
23
24 -c, --config
25 display config file help (list of options)
26
27 -d, --dir <dir>
28 set WeeChat home dir
29
30 -f, --key-functions
31 display internal functions for keys
32
33 -h, --help
34 display summary of options
35
36 -i, --irc-commands
37 display IRC commands
38
39 -k, --keys
40 display default keys
41
42 -l, --license
43 display program license
44
45 -p, --no-plugin
46 don't load any plugin at startup
47
48 -v, --version
49 display WeeChat version
50
51 -w, --weechat-commands
52 display WeeChat commands
53
54
56 WeeChat can use an URL (Uniform Resource Locator) to automatically con‐
57 nect to an IRC server. These are in the following form:
58
59 irc[6][s]://[[nickname][:password]@]server[:port][/[#&+!]channel[,chan‐
60 nel...]]
61
62 Exemple to join WeeChat channel support with nick "FlashCode":
63 irc://FlashCode@irc.freenode.net/weechat
64
65
67 $HOME/.weechat/weechat.rc
68 configuration file for WeeChat
69
70 $HOME/.weechat/weechat.log
71 WeeChat log file
72
73
75 WeeChat is written by FlashCode <flashcode@flashtux.org>
76 WeeChat on the web: http://weechat.flashtux.org/
77 Get support there: http://weechat.flashtux.org/support.php ⟨⟩
78
79
80
81FlashCode September 2007 WEECHAT(1)