summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorChristopher Davis <loafier@gmail.com>2006-08-17 02:24:45 +0000
committerChristopher Davis <loafier@gmail.com>2006-08-17 02:24:45 +0000
commitfbad6a9f89e360727e42820250c8bdbc8e820743 (patch)
tree25e11ce750e4b550d2a07781b15e4119a6391d2d /README
parent31d5cc05e5d42fe36875efee92cdf3a4f203636f (diff)
downloadirssi-python-fbad6a9f89e360727e42820250c8bdbc8e820743.tar.gz
irssi-python-fbad6a9f89e360727e42820250c8bdbc8e820743.tar.xz
irssi-python-fbad6a9f89e360727e42820250c8bdbc8e820743.zip
test2
git-svn-id: http://svn.irssi.org/repos/irssi-python@4318 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 8 insertions, 8 deletions
diff --git a/README b/README
index e0b2434..6571bb4 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-irssi-python test1
+irssi-python test2
irssi-python embeds Python into an Irssi module, providing most of the
functionality of the Perl wrapper to Python scripts using a similar interface.
@@ -6,16 +6,16 @@ Read INSTALL for setup instructions.
Currently, all of the objects and functions are accessible through the irssi
module. See docs/irssi-python.html for a listing. Basic docs are also available
-online in Irssi, as well. Use the /pyexec command to send commands to the Python
+online in Irssi, as well. Use the /py exec command to send commands to the Python
interpreter while in Irssi.
This will print help for the Window object:
- /pyexec import irssi
- /pyexec help(irssi.Window)
+ /py exec import irssi
+ /py exec help(irssi.Window)
-Other commands (XXX: change these to /py <cmd>):
- /pyload load a Python script
- /pyunload unload a Python script
- /pylist list loaded scripts
+Other commands:
+ /py load load a Python script
+ /py unload unload a Python script
+ /py list list loaded scripts