Unreal IRCD 6.0 Bot is not showing up in the channel list

If your UnrealIRCd is up and running but you have a question about it, then use this forum.
(NOT for installation or connecting issues! Use the other forum instead.)

Moderator: Supporters

Post Reply
ptaylor2
Posts: 3
Joined: Sat Dec 25, 2021 1:30 am

Unreal IRCD 6.0 Bot is not showing up in the channel list

Post by ptaylor2 »

I am using the current version of Anope IRC services and Unreal IRCD 6.x and after creating new bot and making it join a channel the bot is not showing up in the channel list. If I type /bs say #channel This is interesting that works fine.

I am having the same issue using the current version of anope and antheme and I do not think the issue is with the services but Unreal 6.0.
Valware
Official supporter
Posts: 38
Joined: Wed Mar 31, 2021 3:17 am
Location: Internet
Contact:

Re: Unreal IRCD 6.0 Bot is not showing up in the channel list

Post by Valware »

Please tell us what modes are/were set on the channel when you attempted to make the service bot join the channel.
Got an idea for a module? Don't be shy! Come talk to me on #unreal-support
Like the support I provide? Consider supporting me with a donation.
Han`
Posts: 5
Joined: Sun Aug 05, 2007 8:50 pm

Re: Unreal IRCD 6.0 Bot is not showing up in the channel list

Post by Han` »

It's not Unreal 6.
Anope Services works fine with Unreal 6 and /bs say #chan <Message>
You should take a look, that the botserv.conf has the right settings.
Maybe at this block:

* The default bot options for newly registered channels. Note that changing these options
* will have no effect on channels which are already registered. The list must be separated
* by spaces.
*
* The options are:
* - dontkickops: Channel operators will be protected against BotServ kicks
* - dontkickvoices: Voiced users will be protected against BotServ kicks
* - greet: The channel's BotServ bot will greet incoming users that have set a greet
* in their NickServ settings
* - fantasy: Enables the use of BotServ fantasy commands in the channel
*
* This directive is optional, if left blank, there will be no defaults.
*/
defaults="dontkickops dontkickvoices greet fantasy"

The defaults should have fantasy enabled and all works fine.
Dont forget to set fantasy on at this new Bot.
Syntax: SET FANTASY Channel {ON | OFF}

Greets Han`
ptaylor2
Posts: 3
Joined: Sat Dec 25, 2021 1:30 am

Re: Unreal IRCD 6.0 Bot is not showing up in the channel list

Post by ptaylor2 »

Valware wrote: Sat Dec 25, 2021 2:00 am Please tell us what modes are/were set on the channel when you attempted to make the service bot join the channel.
It looks like the standard channel modes +ntr after creating the new channel and +ntr after the bot has joined the channel.
ptaylor2
Posts: 3
Joined: Sat Dec 25, 2021 1:30 am

Re: Unreal IRCD 6.0 Bot is not showing up in the channel list

Post by ptaylor2 »

Han` wrote: Sat Dec 25, 2021 2:36 am It's not Unreal 6.
Anope Services works fine with Unreal 6 and /bs say #chan <Message>
You should take a look, that the botserv.conf has the right settings.
Maybe at this block:

* The default bot options for newly registered channels. Note that changing these options
* will have no effect on channels which are already registered. The list must be separated
* by spaces.
*
* The options are:
* - dontkickops: Channel operators will be protected against BotServ kicks
* - dontkickvoices: Voiced users will be protected against BotServ kicks
* - greet: The channel's BotServ bot will greet incoming users that have set a greet
* in their NickServ settings
* - fantasy: Enables the use of BotServ fantasy commands in the channel
*
* This directive is optional, if left blank, there will be no defaults.
*/
defaults="dontkickops dontkickvoices greet fantasy"

The defaults should have fantasy enabled and all works fine.
Dont forget to set fantasy on at this new Bot.
Syntax: SET FANTASY Channel {ON | OFF}

Greets Han`
Are you telling me to change this line in the botserv.conf to defaults="dontkickops dontkickvoices greet fantasy" because my current default is already set to defaults = "greet fantasy"
Post Reply