Changeset 486 in code for trunk/downstream.go


Ignore:
Timestamp:
Mar 30, 2021, 10:28:45 AM (4 years ago)
Author:
contact
Message:

Make NickServ detection casemapping-aware

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/downstream.go

    r485 r486  
    16831683                        }
    16841684
    1685                         if upstreamName == "NickServ" {
     1685                        if uc.network.casemap(upstreamName) == "nickserv" {
    16861686                                dc.handleNickServPRIVMSG(uc, text)
    16871687                        }
Note: See TracChangeset for help on using the changeset viewer.