Anope IRC Services

Anope Development => Modules => Topic started by: chaokusc on June 05, 2006, 11:40:29 PM

Title: How do i install a module
Post by: chaokusc on June 05, 2006, 11:40:29 PM
Sorry for me being stupid and all, i am trying to learn but right now im trying to install this module
cs_accessfounder.c

I have never installed a module before, and all i need is to install this so i can have more than 1 user set to /cs access #<channel> add <nick> 9999

I will never ask how to install a module again, so if anyone can tell me how or show me to a page where i can get install instructions this would be great

Thank You
Title:
Post by: Tom65789 on June 05, 2006, 11:41:12 PM
firstly what OS are you running it on? and which package you using. for example the source code or the .exe file

[Edited on 5-6-2006 by Tom65789]
Title:
Post by: chaokusc on June 06, 2006, 12:13:10 AM
Sorry, let me post it now

OS: FreeBSD 5.5-PRERELEASE
IRCD: Unreal3.2.4
Services: anope-1.6.4 (from http://prdownloads.sourceforge.net/anope/anope-1.6.4.tar.gz?download)

[Edited on 5-6-2006 by chaokusc]
Title:
Post by: Charles Kingsley on June 06, 2006, 12:25:48 AM
Hi,

Follow these instructions.

Put the module.c file into ~/anope-1.6.4/modules
run the ./compile.sh script
run make install from ~/anope-1.6.4

Been a while since i installed a module on 1.6.x but give it a go, or drop into irc.anope.org #anope.
Title:
Post by: chaokusc on June 06, 2006, 02:07:15 AM
The module is installed now, is there anything else i need so anope will auto ~ another user ?
So i wont have to give them +q all the time ?
Title:
Post by: katsklaw on June 06, 2006, 02:19:32 AM
Users get +q or +a when they identify to NickServ before joining the channel. There is an anope module that will give all modes when the user identifies even if they are in channel.

http://www.anope.org/modules/ns_allmodesonid.c
Title:
Post by: SpaceDoG on June 06, 2006, 02:23:39 AM
There is also a configure option in 1.7.14 that will give a user all modes on id so you don't need to install a module.
Title:
Post by: owine on June 06, 2006, 02:39:43 AM
he uses the 1.6 branch. which needs this module.