Changeset 544 in code for trunk


Ignore:
Timestamp:
May 26, 2021, 9:08:10 AM (4 years ago)
Author:
contact
Message:

Fix typo in BOUNCER notifications: s/status/state/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/user.go

    r543 r544  
    535535                                                Prefix:  dc.srv.prefix(),
    536536                                                Command: "BOUNCER",
    537                                                 Params:  []string{"NETWORK", netIDStr, "status=connected"},
     537                                                Params:  []string{"NETWORK", netIDStr, "state=connected"},
    538538                                        })
    539539                                }
     
    671671                                Prefix:  dc.srv.prefix(),
    672672                                Command: "BOUNCER",
    673                                 Params:  []string{"NETWORK", netIDStr, "status=disconnected"},
     673                                Params:  []string{"NETWORK", netIDStr, "state=disconnected"},
    674674                        })
    675675                }
Note: See TracChangeset for help on using the changeset viewer.