Making a bot a network service

These are old archives. They are kept for historic purposes only.
Post Reply
Datsund
Posts: 2
Joined: Fri Jan 07, 2005 7:17 pm
Location: UK
Contact:

Making a bot a network service

Post by Datsund »

I hope somebody knows the answer to this obscure question.

Can somebody please tell me how to make an IRC Operator look like a service? I am basically wanting to make my bot, look like an IRC service (below).

Somebody told me there was something I could change in the oper block, but I don't know what to add.

*** Bot is [email protected]
*** Bot is «The Bot»
*** Bot on irc.blabla.net
*** Bot is a Network Service
*** Bot is using a registered nickname

Thankyou.
irc.impulsechat.com
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

Only ulined clients (which must be behind ulined servers) can be marked as a service.

You could use the Swhois line, however.
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

Not in the oper block.

You need to set mode +S on your bot, however that mode can only be set by a ulined connection, so have fun ;)
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Winbots
Posts: 65
Joined: Wed Apr 21, 2004 12:26 am
Location: irc://irc.winbots.org/Winbots
Contact:

Post by Winbots »

whats wrong with sending SVS2MODE BOT +S from a ulined server (e.g. services, /os raw SVS2MODE BOT +S)?
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

title chg: Small Question -> Making a bot a network servi

Post by Syzop »

*changed this wonderful title to something more meaningful*
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

Winbots wrote:whats wrong with sending SVS2MODE BOT +S from a ulined server (e.g. services, /os raw SVS2MODE BOT +S)?
Other than that simply does not work very well? A) RAW is just plain bad, mkay. B) The mode would be "invalid" and unreal will just take it away at the next opportunity.
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

Actually I don't think it will take it away, as it really doesn't do anything from memory. The checks are for uline, I think there's only one or two (I've set myself as a service bot before ;)).

As for whats wrong with it, uh, services won't know you have +S. Depending on what services do, and how the ircd treats services clients, this could cause fun things to happen.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

Actually it will take it away on the next MODE change.
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

Ok, perhaps so. Given how rare mode changes are though... ;p

I'm still not going to recommend it.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Post Reply