Page 1 of 2

Module to add chan mode +B

Posted: Tue Jun 07, 2005 10:38 pm
by tom7141
Hi

I'm codeing a new services bot for my network called SuperBot and i would like to ask if some one could make me a module for Unreal nix and win32 servers(3.2.3) that lets a room op's set mode +B in the chan?

i have tryed to make this my slef but sadly i'm not that good at C++ but we all have to start some where :)

any thing that any one thinks will help me with this would be much welcomed.

Thanks
Tom

Posted: Wed Jun 08, 2005 2:41 am
by aquanight
...There is no channel mode +B...

Posted: Wed Jun 08, 2005 5:51 pm
by tom7141
aquanight wrote:...There is no channel mode +B...
er i know that Thus why i'm asking for a module to enable the mode.......... :shock:

Posted: Wed Jun 08, 2005 7:13 pm
by Matridom
tom7141 wrote:
aquanight wrote:...There is no channel mode +B...
er i know that Thus why i'm asking for a module to enable the mode.......... :shock:
and what is this mode supposed to do?

Posted: Wed Jun 08, 2005 7:15 pm
by tom7141
Matridom wrote:and what is this mode supposed to do?
it doesnt need to do any thing i just need it setable its for the services. 8)

Posted: Sun Jun 12, 2005 9:56 am
by RandomNumber
tom7141 wrote:
Matridom wrote:and what is this mode supposed to do?
it doesnt need to do any thing i just need it setable its for the services. 8)
What is the point of a channel mode if it does nothing? And if its a thing for services theres still no point since it has no point in the ircd

Posted: Sun Jun 12, 2005 10:02 am
by w00t
Well, I kinda-sorta debate that. Like usermode +B. All it does is add a numeric to whois *shrug*. And don't even get people started on +W ;)

Posted: Sun Jun 12, 2005 5:59 pm
by Stealth
w00t wrote:Well, I kinda-sorta debate that. Like usermode +B. All it does is add a numeric to whois *shrug*. And don't even get people started on +W ;)
Usemodes +B and +W do have a purpose. With usermode B, an admin can encourage people with bots to set their bot +B so they know who to contact if there are any problems. Usermode +W is there for nosy opers who wish to know when someone whoises them.

I think he wants to have channelmode +B for marking channels in some way.

Posted: Sun Jun 12, 2005 6:37 pm
by aquanight
Is +r not enough or something?

Posted: Mon Jun 13, 2005 1:15 am
by Jason
He wants a user settable mode +B to summon a bot into the channel. (The bot will check /list every so often)

Posted: Mon Jun 13, 2005 2:06 pm
by w00t
!&%*^$#$!.

Very inefficient way of doing things.
If I may suggest you simply create something like /msg chanserv request #bleh or something similar.

Posted: Mon Jun 13, 2005 5:33 pm
by tom7141
w00t wrote:!&%*^$#$!.

Very inefficient way of doing things.
it isnt ineffcient coz SuperBot is connected to the server via a link(just like you would do with your services) thus it knows if a mode is changed on a chan


Tom

Posted: Mon Jun 13, 2005 5:35 pm
by nforbes
I know for a fact that Anope has a BotServ available. Maybe that's what you're looking for? It's pretty much like having ChanServ in your channel (all commands sent to ChanServ for a channel are relayed through it). You can customise its hostname, username, realname, etc.

Posted: Mon Jun 13, 2005 6:14 pm
by tom7141
nforbes wrote:I know for a fact that Anope has a BotServ available. Maybe that's what you're looking for? It's pretty much like having ChanServ in your channel (all commands sent to ChanServ for a channel are relayed through it). You can customise its hostname, username, realname, etc.
yes we do have it but it doesnt do every thing we need it to :|

Posted: Mon Jun 13, 2005 7:29 pm
by Jason
Hes making his own very featured bot.

Just have your bot accept a /msg BotHere JOIN #Chan from any @ on the channel, and accept a /msg BotHere PART #Chan from anyone of equal or greater access than the person who did the JOIN.