Skip to content

Commit 0be41fa

Browse files
committed
channel update, increased threads, typo fix
1 parent de7d56b commit 0be41fa

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

channels

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ godazed
1919
mym_alkapone
2020
nalcs1
2121
sodapoppin
22+
hikomarukun

kappa.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ func kappaCounter(username string, db string, connection *irc.Connection, channe
1212
// Add the user!
1313
newUser := User{bson.NewObjectId(), username, 0}
1414
dbInsert(newUser, db, userCollection)
15-
message := username + "! You've been add to kappa counter! Your kappa count is 0"
15+
message := username + "! You've been added to kappa counter! Your kappa count is 0"
1616
connection.Privmsg(channel, message)
1717
} else {
1818
kappaCount := strconv.FormatInt(user.KappaCount, 10)

multichannel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#/usr/bin/bash
2-
cat channels | xargs -P 21 -I @@ ./go-twitch-bot -c @@
2+
cat channels | xargs -P 22 -I @@ ./go-twitch-bot -c @@

0 commit comments

Comments
 (0)