mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-15 17:46:55 +00:00
Add comments, add dumpStackOnCtrlZ() for tests
This commit is contained in:
parent
18c1abd3e3
commit
89ff64f52c
9 changed files with 42 additions and 5 deletions
|
@ -36,6 +36,7 @@ func AddPendingAuthorization(client *ClientInfo, challenge string, callback Auth
|
|||
})
|
||||
}
|
||||
|
||||
// is_init_func
|
||||
func authorizationJanitor() {
|
||||
for {
|
||||
time.Sleep(5 * time.Minute)
|
||||
|
@ -90,6 +91,7 @@ const DEBUG = "DEBUG"
|
|||
|
||||
var errChallengeNotFound = errors.New("did not find a challenge solved by that message")
|
||||
|
||||
// is_init_func
|
||||
func ircConnection() {
|
||||
|
||||
c := irc.SimpleClient("justinfan123")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue