summaryrefslogtreecommitdiff
path: root/FAQ
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2003-12-31 16:45:50 +0000
committerSebastien Helleu <flashcode@flashtux.org>2003-12-31 16:45:50 +0000
commit3b6bf81ad66599c7454a9a6eff366248375683c4 (patch)
tree6784c715c2d6df9f8dd869cc8cb890cc7617c32a /FAQ
parentfd3e94070ae65c5a7e39fa95a72f0e30d374c8b4 (diff)
downloadweechat-3b6bf81ad66599c7454a9a6eff366248375683c4.zip
Updated FAQ.
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ30
1 files changed, 27 insertions, 3 deletions
diff --git a/FAQ b/FAQ
index 4beb45709..13be50cd2 100644
--- a/FAQ
+++ b/FAQ
@@ -1,7 +1,7 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
-WeeChat FAQ, 2003-10-27
+WeeChat FAQ, 2003-12-31
1- Compiling
@@ -11,9 +11,13 @@ WeeChat FAQ, 2003-10-27
2- Using WeeChat
- 2.1 Why using WeeChat ? Irssi and xchat are so good...
+ 2.1 Why using WeeChat ? X-Chat and Irssi are so good...
2.2 I've launched WeeChat, but I'm lost, what can I do?
2.3 How can I customize key bindings?
+ 2.4 How can I load Perl scripts?
+ Are Perl scripts compatible with X-chat or/and Irssi ?
+ 2.5 How can I load Python scripts?
+ 2.6 How can I load Ruby scripts?
3- Development
@@ -55,7 +59,7 @@ WeeChat FAQ, 2003-10-27
\------------------------------------------------------------------------------/
-2.1 Why using WeeChat ? Irssi and xchat are so good...
+2.1 Why using WeeChat ? X-Chat and Irssi are so good...
Because WeeChat is very light and has new features.
Some new features:
@@ -77,6 +81,26 @@ WeeChat FAQ, 2003-10-27
Today you can't do that. This will be available in a future version.
+2.4 How can I load Perl scripts?
+ Are Perl scripts compatible with X-chat or/and Irssi ?
+
+ Yes, you can use /perl command to launch scripts
+ (default path is ~/.weechat/perl).
+ Note that scripts in ~/.weechat/perl/autoload are automatically loaded
+ when WeeChat is starting up.
+ WeeChat perl scripts are compatible with X-Chat, not with Irssi, sorry ;)
+
+
+2.5 How can I load Python scripts?
+
+ Today Python interface is not developed, so can't load any Python script.
+
+
+2.6 How can I load Ruby scripts?
+
+ Today Ruby interface is not developed, so can't load any Ruby script.
+
+
/------------------------------------------------------------------------------\
| 3- Development |
\------------------------------------------------------------------------------/