1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 22:36:38 +02:00

Updated files

This commit is contained in:
Sebastien Helleu
2003-10-04 23:23:24 +00:00
parent 7e069ec3e2
commit ab6ca9a0b4
6 changed files with 18 additions and 14 deletions
+2 -1
View File
@@ -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
+2 -1
View File
@@ -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
+5 -5
View File
@@ -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:
+2 -1
View File
@@ -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
+2 -1
View File
@@ -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
+5 -5
View File
@@ -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: