Installing additional modules

From Afterxwiki

Getinfo module

Found here:[1]

Install:

cd /Unreal3.2/src/modules
wget http://www.angrywolf.org/m_getinfo.tar.gz
tar -zxvf m_getinfo.tar.gz
cd ~/Unreal3.2
make custommodule MODULEFILE=m_getinfo
make install (Optionally, you can run "make install" (only if you configured a non-default installation directory))

Unrealircd.conf:

Add the following loadmodule line to your config file...

loadmodule "src/modules/m_getinfo.so";
or
loadmodule "modules/m_getinfo.so";
(depending upon your compile method.)

Ircd:

/rehash on IRC
or
./unreal rehash from your Unreal3.2 dir

IRCops Module

Found here:[[2]]

Install:
tar -zxvf m_ircops.tar.gz
cd m_ircops-3.6
./build
cd ~/Unreal3.2
make install

Unrealircd.conf:

Add the following loadmodule line to your config file...

loadmodule "src/modules/m_ircops.so";
or
loadmodule "modules/m_ircops.so";
(depending upon your compile method.)

Ircd:

/rehash on IRC
or
./unreal rehash from your Unreal3.2 dir