Anope IRC Services

Anope Support => 1.6.x (Read Only) => Topic started by: blitz on February 03, 2006, 04:41:28 AM

Title: modules
Post by: blitz on February 03, 2006, 04:41:28 AM
i configured services to have modules, and i see the commands on operserv, but when i try to load them it does nothing. any ideas? tips?
Title:
Post by: Trystan Scott Lee on February 03, 2006, 04:57:37 AM
1. What version of 1.6.x are you running
2. What module are you trying to load
3. Show what you are typing to load the module
Title: modules
Post by: blitz on February 03, 2006, 05:34:34 AM
1.anope-1.6.4
2.addon and the raw commands for root only
3./operserv modload addon, /operserv modload os_rawsro
Title:
Post by: adfontes on February 04, 2006, 07:40:38 PM
do you still only have the *.c files in your source directory or have you compiled them to *.so files which you could load ?

the commands would be
/msg OperServ modload addon
/msg OperServ modload os_rawservicesrootonly
the /operserv command you mentioned in your post would only work, if you have defined an alias in your ircd or your irc client.

what does OperServ notice you after you send the commands ?
Title:
Post by: SkaterStuff on February 04, 2006, 08:06:12 PM
what dir did you set your config for to find the mods?
Title: modules
Post by: blitz on February 04, 2006, 08:40:52 PM
yes i compiled them and they have *.so and for some reason they r in 2 directories - anope-1.6.4/modules, and services/modules
Title:
Post by: Dave Robson on February 06, 2006, 07:38:22 AM
If no modules at all work, even the example modules that come with anope, try doing:

make distclean
./configure
make
make install

Bascailly if services have previously been configured without module support, a distclean is often required to make them work with modules correctly again.

If none of this helps, how about telling us what the log file says when you try to load a module? :)
Title:
Post by: blitz on February 16, 2006, 12:04:33 AM
k i did what u told me and it still doesnt do anything.  which file is the error log so i can see why its not working?
Title:
Post by: blitz on February 16, 2006, 12:05:28 AM
oh and is there a way to rehash services instead of having to restart it?
Title:
Post by: SkaterStuff on February 16, 2006, 01:02:31 AM
yes.

its not /operserv rehash it's /operserv reload

Reload's service's configuration file!
Title:
Post by: MaxDeMon on June 20, 2007, 12:03:45 PM
-
-OperServ- Current Module list:
-
-OperServ- Module: cs_appendtopic [$Id: cs_appendtopic.c 1122 2006-08-06 15:00:13Z certus $] [Supported]
-
-OperServ- Module: cs_enforce [$Id: cs_enforce.c 957 2006-01-24 07:54:48Z certus $] [Supported]
-
-OperServ- Module: enc_none [$Id$] [Encryption]
-
-OperServ- Module: hs_request [$Id$] [Supported]
-
-OperServ- Module: ns_maxemail [$Id: ns_maxemail.c 953 2006-01-14 11:36:29Z certus $] [Supported]
-
-OperServ- Module: os_info [$Id: os_info.c 1162 2006-09-29 17:54:07Z geniusdex $] [Supported]
-
-OperServ- Module: unreal32 [$Id: unreal32.c 1185 2006-10-17 20:42:40Z rob $] [Protocol]
-
-OperServ- 7 Modules loaded.
-
-> *OperServ* modload os_rawservicesrootonly
-
-OperServ- Unable to load module os_rawservicesrootonly
-

Can any one help me to load module os_rawservicesrootonly or os_raw
Title:
Post by: Jobe on June 20, 2007, 12:25:05 PM
Enabling and using OperServ RAW will lose you all official support and thus we do not and will not support how to enable it either.
Title:
Post by: Jan Milants on June 20, 2007, 12:34:39 PM
btw, you should have posted in 1.7 branch as you obviously don't use 1.6...