1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 14:56:39 +02:00

in python scripts, all messages written in stdin and stderr are redirect in server window

This commit is contained in:
Emmanuel Bouthenot
2005-06-16 16:52:17 +00:00
parent ebf5f9e66d
commit f72e5952f2
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -5,6 +5,8 @@ ChangeLog - 2005-06-16
Version 0.1.3 (under dev!):
* in python scripts, all messages written in stdin and stderr are redirect in server window
* fix a filename error while loading a python script manually
* fixed plugins "print" and "prnt" functions: now ok for writing on server
buffers
* fixed color problem with new libcurses version
+2
View File
@@ -5,6 +5,8 @@ ChangeLog - 2005-06-16
Version 0.1.3 (under dev!):
* in python scripts, all messages written in stdin and stderr are redirect in server window
* fix a filename error while loading a python script manually
* fixed plugins "print" and "prnt" functions: now ok for writing on server
buffers
* fixed color problem with new libcurses version