Page 1 of 1
Bot Name - &
Posted: Mon Dec 05, 2005 7:02 am
by Dr.Phil
Howdy...
I have create bot and and its assigned to channel no problems here but... the only thing that bothers me..is - my bot name is SUPERMAN but when he is on chanel his name is &SUPERMAN and i really hate that thing &...
How can i change this thing & into @...
I want my bot to like an op...
SUPERMAN sets mode: +ao SUPERMAN SUPERMAN
how can i tell him which mode he can set on himself..
Thanx...
Posted: Mon Dec 05, 2005 1:47 pm
by Solutech
The & is +a and if you read the docs it signifies Channel Admin status . You can simply tell the bot to -a or change its status so its just +o when it enters the channel . Unless your bot needs to be +a you may as well downgrade it to +o .
Posted: Mon Dec 05, 2005 4:40 pm
by Bricker
or, recompile your IRCd; during install it asks you if you want prefixes, say NO if you don't want those prefixes. And if you do /mode #Blah -a SUPERMAN then regular Ops can kick him which I'm sure you don't want.
Posted: Mon Dec 26, 2005 2:45 pm
by tdw
Bricker wrote:or, recompile your IRCd; during install it asks you if you want prefixes, say NO if you don't want those prefixes. And if you do /mode #Blah -a SUPERMAN then regular Ops can kick him which I'm sure you don't want.
bots from anope are using umode +q, so that won't work

AND if you do /mode #chan -a SUPERMAN it would automagicaly +a itsself.
Posted: Tue Dec 27, 2005 4:48 am
by w00t
Since when do Anope bots use +q [founder]?

. I've not used Anope myself in a while, but previously it used +a, and on all current Anope networks I'm on, it's using +a..
Anyhow:
You can't instruct Anope what modes to give it's bots. This is a preconfigured, built in setting.
The prefixes [removal of &] has already been delt with.
Posted: Tue Dec 27, 2005 10:13 am
by Mark
* ChanBot (ChanBot@ChanBot) has joined #channel
* ChanBot sets mode: +ao ChanBot ChanBot
* Mark sets mode: -oa ChanBot ChanBot
* ChanBot sets mode: +o ChanBot
* ChanBot sets mode: +a ChanBot
Anopes bots set +ao to themselves when they join a channel. If you want to change this, I suppose you need to modify the sources.
(Couldn't find a module for Anope.. Was looking a bit fast over them though)
Posted: Thu Dec 29, 2005 9:39 am
by w00t
Note however that modifying source WILL void support.
Posted: Thu Dec 29, 2005 9:29 pm
by tdw
i said usermode +q, not chanmode

Posted: Fri Dec 30, 2005 5:16 am
by w00t
Misread your post, sorry. Either way, I think this thread is past it's used by date now
