diff options
author | Runxi Yu <me@runxiyu.org> | 2024-12-08 15:54:44 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2024-12-08 15:54:44 +0800 |
commit | 70d581432bcfca0550f5cfe028c2be20864459e9 (patch) | |
tree | fa34b6b8aaa532fbcd06a15f6c9d094feb9ecdb9 /cap_sasl.go | |
parent | AUTHENTICATE: Send ERR_SASLFAIL if sasl not requested (diff) | |
download | meseircd-70d581432bcfca0550f5cfe028c2be20864459e9.tar.gz meseircd-70d581432bcfca0550f5cfe028c2be20864459e9.tar.zst meseircd-70d581432bcfca0550f5cfe028c2be20864459e9.zip |
Send 002 to 005 stubs on registration
Diffstat (limited to 'cap_sasl.go')
-rw-r--r-- | cap_sasl.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cap_sasl.go b/cap_sasl.go index 36a353d..feb1ab4 100644 --- a/cap_sasl.go +++ b/cap_sasl.go @@ -1,8 +1,8 @@ package main import ( - "encoding/base64" "bytes" + "encoding/base64" ) type ExtraSasl struct { |