Anope IRC Services

Anope Support => 2.0.x/1.9.x Support => Topic started by: Luc Mccarragher on December 13, 2018, 12:26:13 AM

Title: Display Cosmetic ..
Post by: Luc Mccarragher on December 13, 2018, 12:26:13 AM
HI,

/msg chanserv help   display (-) Between Line

How to Remove space (-)  Between line :


[19:16] -NickServ- NickServ allows you to register a nickname and
-
[19:16] -NickServ- prevent others from using it. The following
-
[19:16] -NickServ- commands allow for registration and maintenance of
-
[19:16] -NickServ- nicknames; to use them, type /msg NickServ command.
-
[19:16] -NickServ- For more information on a specific command, type
-
[19:16] -NickServ- /msg NickServ HELP command.
-

I WANT TO BE:


[19:16] -NickServ- NickServ allows you to register a nickname and
[19:16] -NickServ- prevent others from using it. The following
[19:16] -NickServ- commands allow for registration and maintenance of
[19:16] -NickServ- nicknames; to use them, type /msg NickServ command.
[19:16] -NickServ- For more information on a specific command, type
[19:16] -NickServ- /msg NickServ HELP command.

I use Anope 2.0.6 and inspircd 2.0.27,


Another Problem is @ChanServ is Apear in all Channels Registered, like a USER
and when make a /msg chanserv help its apear in the Channels not in the Status
How to Remove it , or Behave like Before ( old version)


Thanks
Title: Re: Display Cosmetic ..
Post by: CrazyCat on December 13, 2018, 10:52:35 AM
I can't help you for the cosmetic, but I can for Chanserv :)

Have a look in your conf/botserv.conf. You may have a block bs_autoassign:
Code: [Select]
module
{
        name = "bs_autoassign"

        /*
         * Automatically assign ChanServ to channels upon registration.
         */
        bot = "ChanServ"
}
Add a # before module to comment the block and chanserv won't join again.

I don't know what will happen for channels where it is already assigned, you may have to unassign it or assign another bot.