diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2003-10-05 09:06:39 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2003-10-05 09:06:39 +0000 |
commit | 627e0a24eb7d4eece18e44d35b01130ace7fa97a (patch) | |
tree | 5e3e743d537ceeda42349805f31361bfff0d4b74 /TODO | |
parent | ab6ca9a0b4859fbf65462e81c0096d8665db00fd (diff) | |
download | weechat-627e0a24eb7d4eece18e44d35b01130ace7fa97a.zip |
Version 0.0.2
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -14,7 +14,6 @@ v0.0.2: ------ * IRC protocol: - + "/mode" command: change the user/channels modes # "/rehash" command: tell the server to reload its config file # "/restart" command: tell the server to restart itself @@ -24,9 +23,6 @@ v0.0.2: # "/save" command: save configuration to disk # "/alias" and "/unalias" commands - * Interface: - - display current channel modes (example : #weechat(+nt)) - * Configuration: # write config file # add alias definition @@ -40,6 +36,7 @@ Future versions: * IRC protocol: - implement RFC 2812 + + "/mode" command: change the user/channels modes - "/dcc" command (for chat and sending/receiving files) - complete "/list" command: add regexp search, display only channels that match regexp @@ -67,6 +64,7 @@ Future versions: format, etc) * Interface: + - display current channel modes (example : #weechat(+nt)) - interpret special chars in messages (color & bold for example) - internationalization (traduce WeeChat in many languages) - many channel windows in one window/term (window split) |