Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Finer control of AIM chat room participation. #3

Open
SeeJayEmm opened this issue Aug 23, 2012 · 3 comments
Open

Feature: Finer control of AIM chat room participation. #3

SeeJayEmm opened this issue Aug 23, 2012 · 3 comments

Comments

@SeeJayEmm
Copy link

Currently the only choice is to auto-join any invite the bot receives.

If possible I'd like to request one or more of the following enhancements.

  • A setting to only follow invites from the owner/admins/registered users.
  • Admin commands to allow either the admin or owner the control to make the bot join/leave chat rooms on command. i.e. "admin join XYZ" and "admin leave XYZ" commands.

Thanks

@cjones
Copy link
Owner

cjones commented Mar 17, 2013

I'm.. i'm not sure the second part is actually possible (with Twisted anyway), as the method to join chat requires some tokens that only come with a chat request. There's no "join chat by name" that I can see.. I don't actually use AIM chat (just IMs) so I'm not sure how this works. Can you normally join them without an invite once they are created?

I can do the first one no prob.

@cjones
Copy link
Owner

cjones commented Mar 17, 2013

added the first part (in dev branch.. will release soonish). you need to add this setting, which defaults to "o":

AIM_AUTOJOIN_LEVEL = 'o' # who to accept invites from. o=owner, a=admin, r=registered, *=anyone

@SeeJayEmm
Copy link
Author

Thanks on the 1st part. As for the second part, yes, you can manually join an AIM chatroom. I do this frequently via Trillian. Honestly tho it's not as big a deal with the autojoin level added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants