mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
change username to my new username
This commit is contained in:
parent
7434ef12db
commit
9fd63759fa
3 changed files with 13 additions and 13 deletions
|
@ -42,5 +42,5 @@ func InitialJoin(nb *bot.Bot) {
|
||||||
}
|
}
|
||||||
// It worked
|
// It worked
|
||||||
nb.Send("nourybot", fmt.Sprintf("Badabing Badaboom Pepepains Joined %v channel", channelCount))
|
nb.Send("nourybot", fmt.Sprintf("Badabing Badaboom Pepepains Joined %v channel", channelCount))
|
||||||
nb.Send("nouryqt", fmt.Sprintf("Badabing Badaboom Pepepains Joined %v channel", channelCount))
|
nb.Send("nouryxd", fmt.Sprintf("Badabing Badaboom Pepepains Joined %v channel", channelCount))
|
||||||
}
|
}
|
||||||
|
|
|
@ -33,5 +33,5 @@ func ListChannel(nb *bot.Bot) {
|
||||||
channelList += ch.Name + " "
|
channelList += ch.Name + " "
|
||||||
}
|
}
|
||||||
|
|
||||||
nb.TwitchClient.Whisper("nouryqt", channelList)
|
nb.TwitchClient.Whisper("nouryxd", channelList)
|
||||||
}
|
}
|
||||||
|
|
|
@ -476,7 +476,7 @@ func Command(message twitch.PrivateMessage, nb *bot.Bot) {
|
||||||
// remember from here on.
|
// remember from here on.
|
||||||
|
|
||||||
case "arch":
|
case "arch":
|
||||||
if target == "nouryqt" || target == "nourybot" {
|
if target == "nouryxd" || target == "nourybot" {
|
||||||
personal.Arch(target, nb)
|
personal.Arch(target, nb)
|
||||||
return
|
return
|
||||||
} else {
|
} else {
|
||||||
|
@ -484,7 +484,7 @@ func Command(message twitch.PrivateMessage, nb *bot.Bot) {
|
||||||
}
|
}
|
||||||
|
|
||||||
case "arch2":
|
case "arch2":
|
||||||
if target == "nouryqt" || target == "nourybot" {
|
if target == "nouryxd" || target == "nourybot" {
|
||||||
personal.ArchTwo(target, nb)
|
personal.ArchTwo(target, nb)
|
||||||
return
|
return
|
||||||
} else {
|
} else {
|
||||||
|
@ -492,7 +492,7 @@ func Command(message twitch.PrivateMessage, nb *bot.Bot) {
|
||||||
}
|
}
|
||||||
|
|
||||||
case "farm":
|
case "farm":
|
||||||
if target == "nouryqt" || target == "nourybot" {
|
if target == "nouryxd" || target == "nourybot" {
|
||||||
personal.Farm(target, nb)
|
personal.Farm(target, nb)
|
||||||
return
|
return
|
||||||
} else {
|
} else {
|
||||||
|
@ -500,7 +500,7 @@ func Command(message twitch.PrivateMessage, nb *bot.Bot) {
|
||||||
}
|
}
|
||||||
|
|
||||||
case "justinfan":
|
case "justinfan":
|
||||||
if target == "nouryqt" || target == "nourybot" {
|
if target == "nouryxd" || target == "nourybot" {
|
||||||
personal.Justinfan(target, nb)
|
personal.Justinfan(target, nb)
|
||||||
return
|
return
|
||||||
} else {
|
} else {
|
||||||
|
@ -508,7 +508,7 @@ func Command(message twitch.PrivateMessage, nb *bot.Bot) {
|
||||||
}
|
}
|
||||||
|
|
||||||
case "farming":
|
case "farming":
|
||||||
if target == "nouryqt" || target == "nourybot" {
|
if target == "nouryxd" || target == "nourybot" {
|
||||||
personal.Farm(target, nb)
|
personal.Farm(target, nb)
|
||||||
return
|
return
|
||||||
} else {
|
} else {
|
||||||
|
@ -516,7 +516,7 @@ func Command(message twitch.PrivateMessage, nb *bot.Bot) {
|
||||||
}
|
}
|
||||||
|
|
||||||
case "rave":
|
case "rave":
|
||||||
if target == "nouryqt" || target == "nourybot" {
|
if target == "nouryxd" || target == "nourybot" {
|
||||||
personal.Rave(target, nb)
|
personal.Rave(target, nb)
|
||||||
return
|
return
|
||||||
} else {
|
} else {
|
||||||
|
@ -524,7 +524,7 @@ func Command(message twitch.PrivateMessage, nb *bot.Bot) {
|
||||||
}
|
}
|
||||||
|
|
||||||
case "repeat":
|
case "repeat":
|
||||||
if target == "nouryqt" || target == "nourybot" {
|
if target == "nouryxd" || target == "nourybot" {
|
||||||
personal.Xset(target, nb)
|
personal.Xset(target, nb)
|
||||||
return
|
return
|
||||||
} else {
|
} else {
|
||||||
|
@ -532,7 +532,7 @@ func Command(message twitch.PrivateMessage, nb *bot.Bot) {
|
||||||
}
|
}
|
||||||
|
|
||||||
case "streamlink":
|
case "streamlink":
|
||||||
if target == "nouryqt" || target == "nourybot" {
|
if target == "nouryxd" || target == "nourybot" {
|
||||||
personal.Streamlink(target, nb)
|
personal.Streamlink(target, nb)
|
||||||
return
|
return
|
||||||
} else {
|
} else {
|
||||||
|
@ -540,7 +540,7 @@ func Command(message twitch.PrivateMessage, nb *bot.Bot) {
|
||||||
}
|
}
|
||||||
|
|
||||||
case "streamlinkconfig":
|
case "streamlinkconfig":
|
||||||
if target == "nouryqt" || target == "nourybot" {
|
if target == "nouryxd" || target == "nourybot" {
|
||||||
personal.Streamlink(target, nb)
|
personal.Streamlink(target, nb)
|
||||||
return
|
return
|
||||||
} else {
|
} else {
|
||||||
|
@ -548,7 +548,7 @@ func Command(message twitch.PrivateMessage, nb *bot.Bot) {
|
||||||
}
|
}
|
||||||
|
|
||||||
case "xset":
|
case "xset":
|
||||||
if target == "nouryqt" || target == "nourybot" {
|
if target == "nouryxd" || target == "nourybot" {
|
||||||
personal.Xset(target, nb)
|
personal.Xset(target, nb)
|
||||||
return
|
return
|
||||||
} else {
|
} else {
|
||||||
|
@ -556,7 +556,7 @@ func Command(message twitch.PrivateMessage, nb *bot.Bot) {
|
||||||
}
|
}
|
||||||
|
|
||||||
case "zneix":
|
case "zneix":
|
||||||
if target == "nouryqt" || target == "nourybot" {
|
if target == "nouryxd" || target == "nourybot" {
|
||||||
personal.Zneix(target, nb)
|
personal.Zneix(target, nb)
|
||||||
return
|
return
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue