UltrosBot / Ultros

Connecting communities, one squid at a time! Ultros is a multi-protocol chat bot written in Python, designed with both the user and developer in mind
http://ultros.io
Artistic License 2.0
23 stars 7 forks source link

Get user access levels from server #3

Closed rakiru closed 10 years ago

rakiru commented 11 years ago

Unsure if Twisted gives access to these, so we may have to resort to making them user configurable.

gdude2002 commented 11 years ago

https://www.alien.net.au/irc/irc2numerics.html

004: RPL_MYINFO - <server_name> <version> <user_modes> <chan_modes>

I've noticed that most servers seem to use this for ranks as well. Needs more investigation.

gdude2002 commented 10 years ago

Some nice progress has been done on this; mostly by yourself (rakiru) - I don't think we should worry about Teamspeak, as it'll send an error if we're not allowed to do something anyways. Heck, even the client doesn't bother checking this stuff.

rakiru commented 10 years ago

I'll get the IRC stuff finished soon. As you say, we probably don't have to worry about TS, and Mumble is probably the same.

gdude2002 commented 10 years ago

Yeah, Mumble is the same. Great, progress is going awesomely. We'll be ready for a release before you know it :octocat:

rakiru commented 10 years ago

Oh, I forgot about this ticket. This is done. #4