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
|
||||
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 + " "
|
||||
}
|
||||
|
||||
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.
|
||||
|
||||
case "arch":
|
||||
if target == "nouryqt" || target == "nourybot" {
|
||||
if target == "nouryxd" || target == "nourybot" {
|
||||
personal.Arch(target, nb)
|
||||
return
|
||||
} else {
|
||||
|
@ -484,7 +484,7 @@ func Command(message twitch.PrivateMessage, nb *bot.Bot) {
|
|||
}
|
||||
|
||||
case "arch2":
|
||||
if target == "nouryqt" || target == "nourybot" {
|
||||
if target == "nouryxd" || target == "nourybot" {
|
||||
personal.ArchTwo(target, nb)
|
||||
return
|
||||
} else {
|
||||
|
@ -492,7 +492,7 @@ func Command(message twitch.PrivateMessage, nb *bot.Bot) {
|
|||
}
|
||||
|
||||
case "farm":
|
||||
if target == "nouryqt" || target == "nourybot" {
|
||||
if target == "nouryxd" || target == "nourybot" {
|
||||
personal.Farm(target, nb)
|
||||
return
|
||||
} else {
|
||||
|
@ -500,7 +500,7 @@ func Command(message twitch.PrivateMessage, nb *bot.Bot) {
|
|||
}
|
||||
|
||||
case "justinfan":
|
||||
if target == "nouryqt" || target == "nourybot" {
|
||||
if target == "nouryxd" || target == "nourybot" {
|
||||
personal.Justinfan(target, nb)
|
||||
return
|
||||
} else {
|
||||
|
@ -508,7 +508,7 @@ func Command(message twitch.PrivateMessage, nb *bot.Bot) {
|
|||
}
|
||||
|
||||
case "farming":
|
||||
if target == "nouryqt" || target == "nourybot" {
|
||||
if target == "nouryxd" || target == "nourybot" {
|
||||
personal.Farm(target, nb)
|
||||
return
|
||||
} else {
|
||||
|
@ -516,7 +516,7 @@ func Command(message twitch.PrivateMessage, nb *bot.Bot) {
|
|||
}
|
||||
|
||||
case "rave":
|
||||
if target == "nouryqt" || target == "nourybot" {
|
||||
if target == "nouryxd" || target == "nourybot" {
|
||||
personal.Rave(target, nb)
|
||||
return
|
||||
} else {
|
||||
|
@ -524,7 +524,7 @@ func Command(message twitch.PrivateMessage, nb *bot.Bot) {
|
|||
}
|
||||
|
||||
case "repeat":
|
||||
if target == "nouryqt" || target == "nourybot" {
|
||||
if target == "nouryxd" || target == "nourybot" {
|
||||
personal.Xset(target, nb)
|
||||
return
|
||||
} else {
|
||||
|
@ -532,7 +532,7 @@ func Command(message twitch.PrivateMessage, nb *bot.Bot) {
|
|||
}
|
||||
|
||||
case "streamlink":
|
||||
if target == "nouryqt" || target == "nourybot" {
|
||||
if target == "nouryxd" || target == "nourybot" {
|
||||
personal.Streamlink(target, nb)
|
||||
return
|
||||
} else {
|
||||
|
@ -540,7 +540,7 @@ func Command(message twitch.PrivateMessage, nb *bot.Bot) {
|
|||
}
|
||||
|
||||
case "streamlinkconfig":
|
||||
if target == "nouryqt" || target == "nourybot" {
|
||||
if target == "nouryxd" || target == "nourybot" {
|
||||
personal.Streamlink(target, nb)
|
||||
return
|
||||
} else {
|
||||
|
@ -548,7 +548,7 @@ func Command(message twitch.PrivateMessage, nb *bot.Bot) {
|
|||
}
|
||||
|
||||
case "xset":
|
||||
if target == "nouryqt" || target == "nourybot" {
|
||||
if target == "nouryxd" || target == "nourybot" {
|
||||
personal.Xset(target, nb)
|
||||
return
|
||||
} else {
|
||||
|
@ -556,7 +556,7 @@ func Command(message twitch.PrivateMessage, nb *bot.Bot) {
|
|||
}
|
||||
|
||||
case "zneix":
|
||||
if target == "nouryqt" || target == "nourybot" {
|
||||
if target == "nouryxd" || target == "nourybot" {
|
||||
personal.Zneix(target, nb)
|
||||
return
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue