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.

Bot wont let me set +m or +i to the channel

Old posts that have not been replied to for several years.
Locked
F
Fury190

Post by Fury190 »

When i set the channel mode to a +i or +m, the bot changes it back. How can i fix this.

<font size=-1>[ This Message was edited by: Fury190 on 2002-04-23 16:58 ]</font>
n
nitroboost

Post by nitroboost »

.chanset #mychan chanmode +nt
and of course any other modes you want it to keep. Make sure you leave +/-i and +/-m out so they can be user controlled.
F
Fury190

Post by Fury190 »

that did not seem to work.

btw its a 4 bot botnet.
n
nitroboost

Post by nitroboost »

.netchanset #mychan chanmode +nt
Thats if your running botnet.tcl, if your not, youll have to do the one i previously posted on each bot.
_________________
Heavy rotated.

<font size=-1>[ This Message was edited by: nitroboost on 2002-04-29 20:09 ]</font>
I
Ian-Highlander
Op
Posts: 165
Joined: Mon Sep 24, 2001 8:00 pm
Location: Ely, Cambridgeshire

Post by Ian-Highlander »

In your conf file, change the following:

Code: Select all

channel add #yourchan {
  chanmode "+nt-likm"
to

Code: Select all

channel add #yourchan {
  chanmode "+nt"
then restart your bot.

If you have already done this, then please feel free to ignore these ramblings, its early in the morning :wink:
"Insanity Takes Its Toll, Please Have Exact Change"
Locked