Add support for handling PRIVMSG and NOTICE messages from the server

Review Request #1932 — Created Oct. 13, 2022 and submitted

Information

pidgin/pidgin
default

Reviewers

This is a very naive approach as we skip a lot of details including converting
the source into just a nick, but we will iterate on this for those features
later.

Connected to a local ergo instance and sent privmsg and notices to the account from a pidgin2 irc account.

Summary ID
Add support for handling PRIVMSG and NOTICE messages from the server
This is a very naive approach as we skip a lot of details including converting the source into just a nick, but we will iterate on this for those features later.
c86eb0be23ab2f484277e11a82fde7bf12cd46ca
Description From Last Updated

params[0][0] or possibly you may want a variable target = params[0].

QuLogicQuLogic

Would still do this as target[0] as well.

QuLogicQuLogic

guint64, not guint, but actually you can pass 0 to get 'now' without creating a GDateTime here.

QuLogicQuLogic
QuLogic
  1. 
      
  2. params[0][0] or possibly you may want a variable target = params[0].

  3. guint64, not guint, but actually you can pass 0 to get 'now' without creating a GDateTime here.

  4. 
      
grim
QuLogic
  1. Ship It!
  2. Would still do this as target[0] as well.

  3. 
      
grim
grim
Review request changed

Status: Closed (submitted)

Loading...