cvs: embed /php-irssi README

[email protected] ("Tal Peer") Fri, 31 Jan 2003 18:07:31 -0000
Newsgroups php.embed.cvs
Message-ID <cvstal1044036451@cvsserver>
tal		Fri Jan 31 13:07:31 2003 EDT

  Modified files:              
    /embed/php-irssi	README 
  Log:
  Update
  
  
Index: embed/php-irssi/README
diff -u embed/php-irssi/README:1.6 embed/php-irssi/README:1.7
--- embed/php-irssi/README:1.6	Thu Jan 30 07:35:52 2003
+++ embed/php-irssi/README	Fri Jan 31 13:07:31 2003
@@ -1,6 +1,6 @@
 README
 -----------------------------------------------------------------------
-$Id: README,v 1.6 2003/01/30 12:35:52 wez Exp $
+$Id: README,v 1.7 2003/01/31 18:07:31 tal Exp $
 
 You need:
 
@@ -37,7 +37,7 @@
 At the irssi prompt:
 
     /load php
-    /php $any_php_statement_here_will_be_evaled;
+    /php exec any_php_statement_here_will_be_evaled;
     /unload php
 
 If you put PHP scripts in ~/.irssi/scripts/autorun/, they will be automatically
@@ -45,7 +45,7 @@
 
 You can manually "load" a script like this:
 
-    /php include "/path/to/script";
+    /php load /path/to/script;
 
 
 To Hack: