zveinn 1 year ago
parent
commit
39dc0aaf4e
4 changed files with 4 additions and 0 deletions
  1. 1 0
      .gitignore
  2. BIN
      twitch-bot.exe
  3. 2 0
      twitch-client.go
  4. 1 0
      variables.go

+ 1 - 0
.gitignore

@@ -3,3 +3,4 @@ XR
 .env
 .env
 tts/*
 tts/*
 tts
 tts
+twitch-bot.exe

BIN
twitch-bot.exe


+ 2 - 0
twitch-client.go

@@ -204,6 +204,8 @@ func ProcessMessage(msg tirc.PrivateMessage) {
 		return
 		return
 	}
 	}
 
 
+	if strings.Contains
+
 	// if strings.Contains(msg.Message, "!tts") {
 	// if strings.Contains(msg.Message, "!tts") {
 	// 	go CustomTTS(*U, msg)
 	// 	go CustomTTS(*U, msg)
 	// 	return
 	// 	return

+ 1 - 0
variables.go

@@ -58,6 +58,7 @@ func InitCommands() {
 	TextCommands["!spec"] = "... the best cpu. literally a super computer from space."
 	TextCommands["!spec"] = "... the best cpu. literally a super computer from space."
 	TextCommands["!youtube"] = "https://www.youtube.com/@keyb1nd"
 	TextCommands["!youtube"] = "https://www.youtube.com/@keyb1nd"
 	TextCommands["!lurk"] = "ABSOLUTELY NOT ... LURKING IS NOT ALLOWED IN HERE"
 	TextCommands["!lurk"] = "ABSOLUTELY NOT ... LURKING IS NOT ALLOWED IN HERE"
+	TextCommands["!signal"] = "https://signal.group/#CjQKILCHWDqtfKErs-6yV8i0kQHhScDTL4wQ2mW7JYoQoBLsEhC7R4AqmLxdxwdRa0fWK1tD"
 
 
 	// VPN RELATED
 	// VPN RELATED
 	TextCommands["!freetrial"] = "All new accounts get 24 hours free trial > https://www.nicelandvpn.is/#/register"
 	TextCommands["!freetrial"] = "All new accounts get 24 hours free trial > https://www.nicelandvpn.is/#/register"