mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-12 00:50:53 +00:00
Source cleanup, and some string copies
This commit is contained in:
parent
387ada9c9c
commit
7654dcdf8d
10 changed files with 47 additions and 89 deletions
|
@ -4,7 +4,6 @@ import (
|
|||
"bytes"
|
||||
"crypto/rand"
|
||||
"encoding/base64"
|
||||
"errors"
|
||||
irc "github.com/fluffle/goirc/client"
|
||||
"log"
|
||||
"strings"
|
||||
|
@ -87,10 +86,6 @@ const AuthChannelName = "frankerfacezauthorizer"
|
|||
const AuthChannel = "#" + AuthChannelName
|
||||
const AuthCommand = "AUTH"
|
||||
|
||||
const DEBUG = "DEBUG"
|
||||
|
||||
var errChallengeNotFound = errors.New("did not find a challenge solved by that message")
|
||||
|
||||
// is_init_func
|
||||
func ircConnection() {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue