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

Cleaned up IrcMessageHandler #3021

Merged
merged 19 commits into from
Jul 17, 2021
Merged

Conversation

zneix
Copy link
Collaborator

@zneix zneix commented Jul 15, 2021

Pull request checklist:

  • CHANGELOG.md was updated, if applicable

Description

  • Cleaned up handleRoomstateMessaage - removed broadcaster-lang tag since it's legacy
  • Remove declaration of app, use getApp() instead
  • Some early-outs and removals of unnecessary indentation layers
  • Use QString()s instead of empty strings
  • Remove MODE messaage handler and related code
  • Fixed couple clazy warnings
  • Removed invalid namespace comment

@zneix zneix requested review from Mm2PL and pajlada July 15, 2021 23:58
@Mm2PL Mm2PL closed this Jul 16, 2021
@Mm2PL Mm2PL reopened this Jul 16, 2021
@Mm2PL
Copy link
Collaborator

Mm2PL commented Jul 16, 2021

Sorry I misclicked. Mobile btw

Copy link
Member

@pajlada pajlada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

smol changes then fine 👌

src/providers/twitch/IrcMessageHandler.cpp Outdated Show resolved Hide resolved
src/providers/twitch/IrcMessageHandler.cpp Outdated Show resolved Hide resolved
src/providers/twitch/IrcMessageHandler.cpp Outdated Show resolved Hide resolved
@zneix zneix requested a review from pajlada July 17, 2021 11:12
@zneix zneix enabled auto-merge (squash) July 17, 2021 12:17
@zneix zneix merged commit 91ab8b9 into master Jul 17, 2021
@zneix zneix deleted the zneix/chore/cleanup-ircmessgehandler branch July 17, 2021 13:09
zneix added a commit to SevenTV/chatterino7 that referenced this pull request Jul 17, 2021
Now we're on commit 9f2fc90; Changes from upstream we pulled:

- Major: Newly uploaded Twitch emotes are once again present in emote picker and can be autocompleted with Tab as well. (Chatterino#2992)
- Minor: Added autocompletion in /whispers for Twitch emotes, Global Bttv/Ffz emotes and emojis. (Chatterino#2999, Chatterino#3033)
- Minor: Received Twitch messages now use the exact same timestamp (obtained from Twitch's server) for every Chatterino user instead of assuming message timestamp on client's side. (Chatterino#3021)
- Minor: Received IRC messages use `time` message tag for timestamp if it's available. (Chatterino#3021)
- Bugfix: Fixed "smiley" emotes being unable to be "Tabbed" with autocompletion, introduced in v2.3.3. (Chatterino#3010)
- Dev: Ubuntu packages are now available (Chatterino#2936)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants