# HG changeset patch # User Marco Cirillo # Date 1317002752 0 # Node ID f2addd5ab93b110c4d9de5446d041723136054a6 # Parent 2838422a8bc12b97e31eb2573e7492de47c805ae added instructions diff -r 2838422a8bc1 -r f2addd5ab93b mod_ircd.wiki --- a/mod_ircd.wiki Mon Sep 26 01:51:29 2011 +0000 +++ b/mod_ircd.wiki Mon Sep 26 02:05:52 2011 +0000 @@ -22,6 +22,18 @@ For now the port number used by the plugin is hardcoded to be 7000, if you want to change it, you'll need to edit the plugin file just search for "7000" in your text editor and replace it with your port of choice. Also the plugin stability, and/or serving compatibility with most of the IRC clients is yet to be determined. += Install = + +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 + * 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 pĂlugin directory renaming it back to mod_ircd.lua + = Compatibility = ||0.8||Works|| ||0.7||Uncertain||