|
|
| Author |
Message |
Lyhne1 Lurker

Joined: 05 Jul 2008 Posts: 163 Location: USA
|
Posted: Jul 19, 2009 6:35am Post subject: BOPM |
|
|
Hello everyone,
we are have some issue with our BOPM... We never set one up before well we have it online sitting in services room but we can not get it to auto op itself and do its job. if some one could take a look at it or point us in the right direction that would be great Thanks! |
|
| Back to top |
|
 |
Equilibrium none

Joined: 19 Jul 2009 Posts: 25
|
Posted: Jul 19, 2009 7:02am Post subject: Re: BOPM |
|
|
| Lyhne1 wrote: | Hello everyone,
we are have some issue with our BOPM... We never set one up before well we have it online sitting in services room but we can not get it to auto op itself and do its job. if some one could take a look at it or point us in the right direction that would be great Thanks! |
You could write the bopm configuration file ? or you can pm me with your server details and i can come and take a look at it. |
|
| Back to top |
|
 |
greg27 Lurker

Joined: 07 Oct 2006 Posts: 241 Location: Australia
|
Posted: Jul 19, 2009 7:56am Post subject: |
|
|
| Check the logs or run in debug mode. You just need to modify the example config to get it up and running... by "auto op itself" you mean it won't oper up? Any messages from the ircd about invalid passwords/host/whatever? |
|
| Back to top |
|
 |
bctrainers Newbie

Joined: 11 Mar 2005 Posts: 76 Location: Kansas City, KS
|
Posted: Jul 19, 2009 3:14pm Post subject: |
|
|
| greg27 wrote: | | Check the logs or run in debug mode. You just need to modify the example config to get it up and running... by "auto op itself" you mean it won't oper up? Any messages from the ircd about invalid passwords/host/whatever? |
For the lazy: ./bopm -vvv
 |
|
| Back to top |
|
 |
EcKstasy Lurker

Joined: 23 May 2008 Posts: 177
|
Posted: Sep 17, 2009 5:01am Post subject: |
|
|
| register the nick and add it to the access list. theres a line in the config where you can set it to auto identify. |
|
| Back to top |
|
 |
maddog906 Lurker

Joined: 08 Mar 2005 Posts: 164
|
Posted: Sep 24, 2009 3:17am Post subject: look in the config |
|
|
look in the config,
you will find this ,this should auto op the bopm bot
nickserv = "privmsg nickserv :identify BOTSPASSWORD";
/*
* The username and password needed for BOPM to oper up.
*/
oper = "Bopm BOTSPASSWORD";
/*
* Mode string that BOPM needs to set on itself as soon as it opers
* up. This needs to include the mode for seeing connection notices,
* otherwise BOPM won't scan anyone (that's usually umode +c). It's
* often also a good idea to remove any helper modes so that users
* don't try to talk to the BOPM.
*
* REMEMBER THAT IRCU AND LATER VERSIONS OF UNREAL DO NOT USE A SIMPLE
* +c !!
*/
YOU WILL FIND
bopm.conf.sample in /bopm/share |
|
| Back to top |
|
 |
|