-
-
Notifications
You must be signed in to change notification settings - Fork 402
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
core: add bot.hostmask
getter
#1537
Conversation
3e11ea0
to
cff09a3
Compare
Since this adds to the API, I bumped it to Rebased for you, since it was a really easy one. |
Sounds good. |
cff09a3
to
22006a0
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the idea, but I think we misunderstood each other when I talked about exceptions.
Adds shortcut for `bot.users.get(bot.nick).hostmask`. Closes sopel-irc#1533.
f391c23
to
940e60d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Exirel approve (or dismiss your old review) if all your concerns are handled. :)
Adds shortcut for
bot.users.get(bot.nick).hostmask
.Closes #1533.