changeset 237:6a29d6132f88

updated to reflect changes.
author Marco Cirillo <maranda@lightwitch.org>
date Fri, 02 Dec 2011 21:00:10 +0000
parents aa80afcf1282
children 9ab5744a0afa
files mod_ircd.wiki
diffstat 1 files changed, 5 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/mod_ircd.wiki	Fri Dec 02 17:07:13 2011 +0000
+++ b/mod_ircd.wiki	Fri Dec 02 21:00:10 2011 +0000
@@ -28,13 +28,11 @@
 
 This release requires the [http://code.matthewwild.co.uk/verse/ Verse client library] as dependancy and [http://code.matthewwild.co.uk/squish/ Squish] to meld it with the plugin.
 
-Instructions:
- * Clone both the Verse/Squish repo and/or download the latest tips from 'em (in that case you'll have to decompress the tip zips/tarballs)
- * Edit Verse's squish file so that all plugins cept the presence and groupchat ones will be commented
+Instructions (temporarily changed):
+ * Clone the Squish repo and/or download the latest tip from it (in that case you'll have to decompress the tip zip/tarball)
  * In your Squish directory type make install
- * Run squish.lua --use-http into your Verse's directory, and move verse.lua into where mod_ircd files from google code's HG are stored
- * Run squish.lua again
- * Move the mod_ircd.out.lua to your prosody's plugin directory renaming it back to mod_ircd.lua
+ * Back into your mod_ircd directory call squish with --verse=./verse/verse.lua
+ * Move the mod_ircd.lua to your prosody's plugins directory
 
 = Compatibility =
 ||0.8||Works||
@@ -44,4 +42,4 @@
 = Todo =
   * Authentication
   * SSL
-  * Many improvements to handling of IRC and XMPP
\ No newline at end of file
+  * Many improvements to handling of IRC and XMPP