Mercurial > prosody-wiki
comparison mod_ircd.wiki @ 226:b5e2876a6320
fixed links format
author | maranda3985@gmail.com |
---|---|
date | Mon, 26 Sep 2011 02:13:04 +0000 |
parents | cef6ddd139aa |
children | 4824ae8b1f1a |
comparison
equal
deleted
inserted
replaced
225:cef6ddd139aa | 226:b5e2876a6320 |
---|---|
22 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. | 22 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. |
23 Also the plugin stability, and/or serving compatibility with most of the IRC clients is yet to be determined. | 23 Also the plugin stability, and/or serving compatibility with most of the IRC clients is yet to be determined. |
24 | 24 |
25 = Install = | 25 = Install = |
26 | 26 |
27 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. | 27 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. |
28 | 28 |
29 Instructions: | 29 Instructions: |
30 * 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) | 30 * 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) |
31 * Edit Verse's squish file so that all plugins cept the presence and groupchat ones will be commented | 31 * Edit Verse's squish file so that all plugins cept the presence and groupchat ones will be commented |
32 * In your Squish directory type make install | 32 * In your Squish directory type make install |