diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-11 16:30:23 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-11 16:30:23 +0000 |
commit | 61f2deb53d706c7791724093034f1bdc0a337673 (patch) | |
tree | 1b836a5d0313f5152d46dc919538ac9a54eec6fd /src/modules/extra/README | |
parent | f4046a61e7fb5e017a19a0308bfa42fa5abe68d5 (diff) |
Added m_filter_pcre, filters with regular expression matches!
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1043 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/extra/README')
-rw-r--r-- | src/modules/extra/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/modules/extra/README b/src/modules/extra/README new file mode 100644 index 000000000..7e3096b34 --- /dev/null +++ b/src/modules/extra/README @@ -0,0 +1,7 @@ +This directory stores modules which require external libraries to compile. +For example, m_filter_pcre requires the PCRE libraries. + +To compile any of these modules first ensure you have the required dependencies +(read the online documentation at http://www.inspircd.org/wiki/) and then cp +the .cpp file from this directory into the parent directory (src/modules/) and +re-configure your inspircd with ./configure -update to detect the new module. |