mirror of
https://github.com/lunchcat/sif.git
synced 2026-07-28 14:37:01 -07:00
#308's tcp.go called checkWords/3 but #319 added the caseInsensitive param (and updated the http path in executor.go, not the tcp one). main stopped compiling once both landed: tcp.go:236 not enough arguments in call to checkWords. mirror executor.go and pass m.CaseInsensitive. Co-authored-by: vmfunc <vmfunc.lc@gmail.com>