This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Usermode +B

General support and discussion of Eggdrop bots.
Post Reply
T
Torrevado
Op
Posts: 101
Joined: Wed Aug 02, 2006 6:29 pm

Usermode +B

Post by Torrevado »

My IRC server is Unreal 3.2.5... Ircops asked me to set eggdrop' usermode +B, how can I do that?

Thanks
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

I would guess by running something like this:

Code: Select all

putserv "MODE $::botnick +B"
In order to do it upon connect, do it like this:

Code: Select all

bind evnt - init-server evnt:init_server
proc evnt:init_server {type} {
  putquick "MODE $::botnick +Bi-ws"
}
(You'll most likely find something quite similar within your configfile, with the exception of the B flag)
NML_375
Post Reply