Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: 2 problems: hs_autohost / hs_nethost compiling problem - ns sendpass problem.  (Read 6490 times)

0 Members and 1 Guest are viewing this topic.

triagony

  • Guest

hi there!
i'm using anope 1.7.18 and unreal 3.2.6 and i've got two problems. i hope someone can help me to solve this.
the first one is, that i get an error while i try to compile hs_autohost telling me this:


Code: [Select]
gcc -pipe -g -O2 -export-dynamic -rdynamic -Wall -fPIC -DPIC -shared -I../../include -c hs_autohost.c
hs_autohost.c:30: error: syntax error before ‘NETHOST’
hs_autohost.c: In function ‘AnopeInit’:
hs_autohost.c:40: error: ‘do_setUserHost’ undeclared (first use in this function)
hs_autohost.c:40: error: (Each undeclared identifier is reported only once
hs_autohost.c:40: error: for each function it appears in.)
hs_autohost.c: In function ‘do_setUserHost’:
hs_autohost.c:78: error: ‘NETHOST’ undeclared (first use in this function)
make[1]: *** [hs_autohost.o] Fehler 1
make[1]: Leaving directory `/home/anope/anope-1.7.18/src/modules'
make: *** [modules] Fehler 2


i tried to add a line NetworkDomain "triagony.net" but there's no difference from leaving it without this entry. does anybody know, what my mistake is?!

my /map looks like this:

triagony.net            
* |-denora.triagony.net    
* |-services.triagony.net  
* `-neo.triagony.net      

the 2nd problem i have is to turn on the /ns sendpass command to registered nicks.. me, as a services root or other services admins are able to use this command, but  "normal" users aren't. is there any option in the services.conf to turn it on, which i didn't see?

Thanks for your help!

triagony.
Logged

triagony

  • Guest
(No subject)
« Reply #1 on: May 21, 2007, 05:45:24 PM »

has nobody an idea about this? :'(
Logged

katsklaw

  • Guest
(No subject)
« Reply #2 on: May 21, 2007, 09:46:40 PM »

hs_nethost - This module does not exist on the official modules websites, please contact the author.
hs_autohost  - This module is so old it likely does not support 1.7.18

Sendpass:

# RestrictMail [OPTIONAL]
#    
# When enabled, SENDPASS will be restricted to IRC operators.
#
# WARNING: if you choose to not enable this option, you should limit
# the number of processes the services user can have at a time (you can
# create a special user for this; remember to never launch Services as root).

RestrictMail
Logged

triagony

  • Guest
(No subject)
« Reply #3 on: May 23, 2007, 09:35:34 AM »

many thanks for your help :)
Logged
Pages: [1]   Go Up