Archive > BeBot 0.2 support

!autoinv not working on raid bot

(1/1)

Achali:
We have a BeBot for Finnish players and automatic invite to the bot channel would be great. Now everyone has to write !join although they are members of the bot.


--- Code: ---
Tell:
To [Finbot]: !autoinv
[Finbot]: /tell Finbot !help

Console:
[2005-09-12 13:34:30]   [TELL]  [INC]   Achali: !autoinv
[2005-09-12 13:34:30]   [TELL]  [OUT]   -> Achali: /tell Finbot !help

--- End code ---


How is this supposed to work?[/code]

Achali:
!autoinv on

 :oops:

benninger:
Hm, I think "!autoinv on" only works, if *every* member does this.
Is there a possibility to autoinvite *all* members to the raidbot when they log in?

Glarawyn:
I'm going to assume that you are asking about bebot 0.4 not 0.2 as your earlier questions on the forums were on BeBot 0.4... :D

Check !settings AutoInv, and make sure the feature is activated.

Players can then turn autoinvite on or off with the !autoinvite command.

Unfortunately, there isn't a way for the admin to turn on autoinvite for the bot's existing members.

If you want to do that, you'll have to update the database...

Run mysql:
mysql -u username -p
Enter your password when prompted...
mysql> UPDATE botname_users SET auto_invite = 1;
mysql> exit

Restart your bot and it will autoinvite current members, usually much to their annoyance. ;)

Navigation

[0] Message Index

Go to full version