Anope IRC Services

Anope Development => Modules => Topic started by: Herman on March 10, 2014, 06:30:47 PM

Title: module bs_autoassign.c v2.1
Post by: Herman on March 10, 2014, 06:30:47 PM
Unreal 3.2.10.2
Anope 1.8.8

Hello,

I installed module bs_autoassign.cs v2.1
They say:  The bot to be auto-assigned can be configured in the services configuration file.

but in services.conf I can not find config for this module. Can some one help me please?

Regards, Herman.
Title: Re: module bs_autoassign.c v2.1
Post by: CrazyCat on March 11, 2014, 09:57:01 PM
The config is explained in the module itself, you have to add it manually:
Quote
/**
  * Configuration directives that should be copy-pasted to services.conf

# BSAutoAssignBot [OPTIONAL]
# Module: bs_autoassign
#
# Specify the nickname(s) of the Botserv client(s) you want to automatically
# assign to a newly registered channel. When multiple nicks are listed (space
# seperated) one bot is randomly selected.
# If not specified or if the bot with the selected nick doesn't exist,
# no bot will be assigned to the channel.
#
#BSAutoAssignBots "Viper Rulez"

# BSAutoAssign [OPTIONAL]
# module bs_autoassign
#
# Specify a custom message to be send to the channel after auto-assigning
# completes. If defined this is send after the default assign message.
#
#BSAutoAssignMessage "You have successfully registered your channel. Welcome to the network. Should you need help, join #help."

  *
  **/
Title: Re: module bs_autoassign.c v2.1
Post by: Herman on March 12, 2014, 11:29:03 AM
Thank you verry much CrazyCat.

works fine now!

Regards, Herman.