Page 1 of 1

how to hide bot as service

Posted: Sat Nov 08, 2008 12:13 pm
by CAsercan3
Hello There everyone,
I have my own IRC network with Anope IRC services and would like to know, how i can make my bot look like a botserv bot or service :P
i have tried making it oper up and use usermode +S through operserv but that didn't change much. any suggestions?

Re: how to hide bot as service

Posted: Sun Nov 09, 2008 1:33 pm
by [dx]
/os umode Bot-Nick +S

or if bot is eggdrop write tcl which do superadmin on and umode (see above) on oper

Re: how to hide bot as service

Posted: Tue Nov 11, 2008 8:03 pm
by CAsercan3
omg COULD YOU PLEASE READ MY POST?
i have tried making it oper up and use usermode +S through operserv but that didn't change much. any suggestions?
That isn't very helpful, plus i have already done this. *repeat*
also tried /os raw mode master-bot +S but this didnt work. i whoised with multiple connections, one without oper, and it didnt change anything

Re: how to hide bot as service

Posted: Tue Nov 11, 2008 8:14 pm
by Casper
Would you like it to show up in /bs botlist or something? (<-- Isn't possible) What you want it to do when it looks like a service bot?

Re: how to hide bot as service

Posted: Tue Nov 11, 2008 8:18 pm
by zEkE
CAsercan3 wrote:omg COULD YOU PLEASE READ MY POST?
i have tried making it oper up and use usermode +S through operserv but that didn't change much. any suggestions?
That isn't very helpful, plus i have already done this. *repeat*
also tried /os raw mode master-bot +S but this didnt work. i whoised with multiple connections, one without oper, and it didnt change anything
I am assuming that you are meaning the line "is a Network Service"? I've just tested this with the BOPM bot on the network I admin. Note the usermode changed was done as /os umode ProxyScan +S

Code: Select all

[15:12:11] * [ChanServ] ([email protected]): Channel Server
[15:12:11] * [ChanServ] is using modes +oS 
[15:12:11] * [ChanServ] is connecting from *@network.net 
[15:12:11] * [ChanServ] services.network :Network Network Services
[15:12:11] * [ChanServ] is a Network Service
[15:12:11] * [chanserv] End of WHOIS list.
[15:12:21] * [ProxyScan] ([email protected]): Blitzed Open Proxy Monitor
[15:12:21] * [ProxyScan] is using modes +iowgrxBHtGp +kcfvGqso
[15:12:21] * [ProxyScan] is connecting from *@127.0.0.1 127.0.0.1
[15:12:21] * [ProxyScan] is a registered nick
[15:12:21] * [ProxyScan] @#services 
[15:12:21] * [ProxyScan] server1.network.net :Network
[15:12:21] * [ProxyScan] is away (I'm a bot.  Your messages will be ignored.)
[15:12:21] * [ProxyScan] is an IRC Operator
[15:12:21] * [ProxyScan] is a Bot on Network
[15:12:21] * [ProxyScan] Proxy Scanner
[15:12:21] * [ProxyScan] End of WHOIS list.
[15:12:36] -OperServ- You are now a SuperAdmin
[15:12:36] * *** Global -- from OperServ: zEkE is now a Super-Admin
[15:12:38] -OperServ- Changed usermodes of ProxyScan.
[15:12:38] * *** Global -- from OperServ: zEkE used UMODE on ProxyScan
[15:12:41] * [ProxyScan] ([email protected]): Blitzed Open Proxy Monitor
[15:12:41] * [ProxyScan] is using modes +iowgrSxBHtGp +kcfvGqso
[15:12:41] * [ProxyScan] is connecting from *@127.0.0.1 127.0.0.1
[15:12:41] * [ProxyScan] is a registered nick
[15:12:41] * [ProxyScan] @#services 
[15:12:41] * [ProxyScan] server1.network.net :Network
[15:12:41] * [ProxyScan] is away (I'm a bot.  Your messages will be ignored.)
[15:12:41] * [ProxyScan] is a Network Service
[15:12:41] * [ProxyScan] is a Bot on Network
[15:12:41] * [ProxyScan] Proxy Scanner
[15:12:41] * [ProxyScan] End of WHOIS list.
This was also done with Anope IRC services. I also successfully did the same for a non-opered eggdrop bot.

Re: how to hide bot as service

Posted: Tue Nov 11, 2008 10:59 pm
by XMindX
try to make the bot mode +B

Re: how to hide bot as service

Posted: Wed Nov 12, 2008 9:35 am
by Casper
XMindX wrote:try to make the bot mode +B
That's not what he wants.

It will add an extra line to whois output (swhois) like: $nick is a Bot on $networkname.

As we don't exactly know what the user wants to achieve with what he's asking for, we should wait untill we get that information :)

Re: how to hide bot as service

Posted: Thu Nov 13, 2008 8:51 pm
by CAsercan3
:D
i tried on an unopered client, worked. but not on my own bot which is IRCop, not.

Flandre is [email protected] * Flandre Scarlet
Flandre is a registered nick
Flandre using irc.ca-clan.com CA-Clan IRC Network
Flandre is a Network Administrator
Flandre is available for help.
Flandre has been idle 1min 46secs, signed on Thu Nov 13 21:03:00
flandre End of /WHOIS list.

it has mode +S and oper.

after removing some usermodes ( -ohaAN )

Flandre is [email protected] * Flandre Scarlet
Flandre is a registered nick
Flandre using irc.ca-clan.com CA-Clan IRC Network
Flandre is a Network Service
Flandre has been idle 20secs, signed on Thu Nov 13 21:03:00
flandre End of /WHOIS list.

but i still wanna remove these lines:
Flandre is a registered nick (removing r would probably block my bot's access )
Flandre using irc.ca-clan.com CA-Clan IRC Network
Flandre has been idle 20secs, signed on Thu Nov 13 21:03:00

know how to?
and casper, doesnt need to show up as a botserv bot, just a service.

Re: how to hide bot as service

Posted: Fri Nov 14, 2008 11:21 am
by Casper
You can't as far as I know.