diff options
-rw-r--r-- | BUGS | 3 | ||||
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | TODO | 10 | ||||
-rw-r--r-- | weechat/BUGS | 3 | ||||
-rw-r--r-- | weechat/ChangeLog | 3 | ||||
-rw-r--r-- | weechat/TODO | 10 |
6 files changed, 18 insertions, 14 deletions
@@ -1,7 +1,7 @@ WeeChat - Wee Enhanced Environment for Chat =========================================== -WeeChat known bugs, 2003-10-04 +WeeChat known bugs, 2003-10-05 - too much nicks in the channel (> height of window) => display bug - some IRC commands are marked as 'unknown' when received @@ -13,3 +13,4 @@ WeeChat known bugs, 2003-10-04 - when kicked, channel is not prefixed by '(' and sufixed by ')' - when function key (non used by WeeChat) is pressed, prompt is deleted - when quitting WeeChat term title is not restored (if look_set_title is ON) +- command name for /server can not contain spaces @@ -1,10 +1,11 @@ WeeChat - Wee Enhanced Environment for Chat =========================================== -ChangeLog - 2003-10-04 +ChangeLog - 2003-10-05 Version 0.0.2 (under dev!): + * added commands /rehash and /restart * command & auto-join channels when connected to server * new commands for alias: /alias, /unalias (new section in config file) * config is now saved automatically when quitting WeeChat, /save command added @@ -1,7 +1,7 @@ WeeChat - Wee Enhanced Environment for Chat =========================================== -TODO - 2003-10-04 +TODO - 2003-10-05 Legend: # done @@ -15,8 +15,8 @@ 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 + # "/rehash" command: tell the server to reload its config file + # "/restart" command: tell the server to restart itself * WeeChat commands: # "/connect" and "/disconnect" commands (for multiservers use) @@ -30,9 +30,9 @@ v0.0.2: * Configuration: # write config file # add alias definition - - add an option for each server in order to run commands on join + # add an option for each server in order to run commands on join (example: /msg nickserv identify password) - - channel list for auto-join (for each server) + # channel list for auto-join (for each server) Future versions: diff --git a/weechat/BUGS b/weechat/BUGS index 25256d226..5c38b2ea2 100644 --- a/weechat/BUGS +++ b/weechat/BUGS @@ -1,7 +1,7 @@ WeeChat - Wee Enhanced Environment for Chat =========================================== -WeeChat known bugs, 2003-10-04 +WeeChat known bugs, 2003-10-05 - too much nicks in the channel (> height of window) => display bug - some IRC commands are marked as 'unknown' when received @@ -13,3 +13,4 @@ WeeChat known bugs, 2003-10-04 - when kicked, channel is not prefixed by '(' and sufixed by ')' - when function key (non used by WeeChat) is pressed, prompt is deleted - when quitting WeeChat term title is not restored (if look_set_title is ON) +- command name for /server can not contain spaces diff --git a/weechat/ChangeLog b/weechat/ChangeLog index 8bb10d431..2b891975a 100644 --- a/weechat/ChangeLog +++ b/weechat/ChangeLog @@ -1,10 +1,11 @@ WeeChat - Wee Enhanced Environment for Chat =========================================== -ChangeLog - 2003-10-04 +ChangeLog - 2003-10-05 Version 0.0.2 (under dev!): + * added commands /rehash and /restart * command & auto-join channels when connected to server * new commands for alias: /alias, /unalias (new section in config file) * config is now saved automatically when quitting WeeChat, /save command added diff --git a/weechat/TODO b/weechat/TODO index 38d1e257a..e5d8288ab 100644 --- a/weechat/TODO +++ b/weechat/TODO @@ -1,7 +1,7 @@ WeeChat - Wee Enhanced Environment for Chat =========================================== -TODO - 2003-10-04 +TODO - 2003-10-05 Legend: # done @@ -15,8 +15,8 @@ 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 + # "/rehash" command: tell the server to reload its config file + # "/restart" command: tell the server to restart itself * WeeChat commands: # "/connect" and "/disconnect" commands (for multiservers use) @@ -30,9 +30,9 @@ v0.0.2: * Configuration: # write config file # add alias definition - - add an option for each server in order to run commands on join + # add an option for each server in order to run commands on join (example: /msg nickserv identify password) - - channel list for auto-join (for each server) + # channel list for auto-join (for each server) Future versions: |