[20:02:25] Hello, wondering if someone can help me. I'm working on adding API support to an extension. Everything is working right now, except the Extension has a custom 'right' and I cannot figure out how to add this 'right' to either a BotPassword or an OAuthConsumer. The extension's 'right' doesn't show up in the list of Grants. [20:05:48] Fodagus: there's a $wg variable you need to add it to [20:06:13] !wg GrantPermissions [20:06:27] hm, not bot in this channel? https://www.mediawiki.org/wiki/Manual:$wgGrantPermissions [20:06:41] note that this is different from $wgGroupPermissions :) [20:08:46] MatmaRex: Arg.. i figured it was something like that. That seems to have done it! Thank you very much!! [20:10:25] :) [20:10:40] I would recommend adding it to this page, i would have found it if it was here :-( https://www.mediawiki.org/wiki/Manual:User_rights#Adding_new_rights [20:13:15] I would be willing to propose the edits myself, but I don't seem to have the ability to edit the page [20:15:34] Fodagus: i'll unprotect it if you want to update it :) it only has temporary protection anyway [20:17:21] hmm. tomporary for one year. anyway, we can protect it back later [20:17:37] Fodagus: it's editable now :D [20:17:52] Ok, cool. [20:21:48] Ok, i made my edit [20:26:37] Actually, going to add a source-code example too [20:32:35] Ok, i updated that page [20:32:41] Thanks again