Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: ircd_vhostserv.c help me  (Read 7387 times)

0 Members and 1 Guest are viewing this topic.

RooT`

  • Guest
ircd_vhostserv.c help me
« on: January 31, 2009, 12:19:14 PM »

hallo,
I put in the form ircd_vhostserv.c directory anope-1.7.21/src/modules / ssh I did make and make install modules and irc / msg OperServ MODLOAD ircd_vhostserv but not charged.
[Notice] OperServ: Unable to load the module ircd_vhostserv
Please someone can help me. thanks
Logged

LEthaLity

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 307
    • LEthaLity
Re: ircd_vhostserv.c help me
« Reply #1 on: January 31, 2009, 12:39:00 PM »

have you put the options that are required to go into the services.conf ?
Logged

RooT`

  • Guest
Re: ircd_vhostserv.c help me
« Reply #2 on: January 31, 2009, 02:33:38 PM »

I think of it, I pasted in services.conf

# BotNick [REQUIRED]
# Module: ircd_vhostserv
# Define what nick the bot will have.
#
BotNick "vHostServ"

# BotIdent [REQUIRED]
# Define the bot identd.
#
BotIdent "Bot"

# BotHost [REQUIRED]
# Define the bot hostname or vhost.
#
BotHost "LocalHost-IRC.Host.Bot"

# BotReal [REQUIRED]
# Define the bot realname.
#
BotReal "/msg vHostServ Help"

# vHostChannel [REQUIRED]
# Define your network vhost channel.
#
vHostChannel "#vHost"

# BanClearTime [REQUIRED]
# Sets the timeout period after which a particular ban set by
# the bot will be removed.
#
BanClearTime 5h

# BotModes [OPTIONAL]
# Define what modes the bot will have.
#
BotModes "+SqB"

# JoinLogChannel [OPTIONAL]
# Define this if you want the bot to automatically
# join services log channel.
#
JoinLogChannel

# RestrictHosts [RECOMMENDED]
# Define unallowed vhosts which will be match using
# wildcards. This is not case-sensitive.
#
RestrictHosts "*ircop* *admin* *root* *staff* *some.wild.card*"

# KickBanRestrictHosts [OPTIONAL]
# Define this to kick banned users who request
# restricted hosts. If this option is enabled
# RestrictHosts setting is required.
#
KickBanRestrictHosts

# End of config: ircd_vhostserv
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: ircd_vhostserv.c help me
« Reply #3 on: February 01, 2009, 01:51:55 PM »

Did you run "make modules" and "make install" from ~/anope-1.7.21 ?

If so, did make modules complete successfully?

Check ~/services/logs/services.log.todaysdate for information on why it failed.
Logged

RooT`

  • Guest
Re: ircd_vhostserv.c help me
« Reply #4 on: February 01, 2009, 04:52:37 PM »

Yes into ssh the modules complete successfully but not loaded in irc.
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: ircd_vhostserv.c help me
« Reply #5 on: February 01, 2009, 05:37:53 PM »

Error in the services.log ?
Logged

RooT`

  • Guest
Re: ircd_vhostserv.c help me
« Reply #6 on: February 01, 2009, 05:57:43 PM »

I had solved only record the channel. Thanks
Logged
Pages: [1]   Go Up