Reporter Bot Auth

  • Hey - turns out IRC is out and something a little more modern has taken it's place... A little thing called Discord!

    Join our community @ https://discord.gg/JuaSzXBZrk for a pick-up game, or just to rekindle with fellow community members.

Player-63

Well-Known Member
Mar 14, 2003
1,730
113
United Kingdom
Hi all got a problem Authin a Reporter Bot :(

UT.ini

[LeagueAS-Reporter.UTReporterConfig]
ServerAddr=irc.utassault.net
ServerPort=6667
CommentaryChannel=#sh-insta
CommentaryEnabled=True
ScorelineChannel=#sh-insta
ScorelineEnabled=True
ReporterNick=RepBot
CommentaryLevel=5
AdminPassword=xxx
ReporterPassword=xxx
ScoreUpdatePeriod=55
LeagueName=LeagueAS
GameName=Assault
RedTeamName=Red
BlueTeamName=Blue
GreenTeamName=Green
GoldTeamName=Gold
IRCCommand1=NICK SH-Rep
IRCCommand2=JOIN #sh-insta
IRCCommand3=/msg NickServ IDENTIFY ******
MuteOnStart=False
ShowCredit=False
EnableIRCCom=True
Enabled=True
InGameAdvert=False
AdvertDuration=10
AdvertFreq=30
AdvertColour=(R=255,G=255,B=255,A=0)
FloodControl=False
MsgPerMinute=0
MsgRate=1.500000
Debug=False
ReportMatchesOnly=False

Server starts up fine and the bot reports fine aswell but cant get it to auth so it gets Auto Voice :)

Thanks
//Player-63
 
try changing "IRCCommand3=/msg NickServ IDENTIFY ******"
to: IRCCommand3=msg NickServ IDENTIFY ******
 
  • Like
Reactions: F@TBOY
:D Fixed It :D

Changed

[LeagueAS-Reporter.UTReporterConfig]
ServerAddr=irc.utassault.net
ServerPort=6667
CommentaryChannel=#sh-insta
CommentaryEnabled=True
ScorelineChannel=#sh-insta
ScorelineEnabled=True
ReporterNick=SH-Rep
CommentaryLevel=5
AdminPassword=xxx
ReporterPassword=xxx
ScoreUpdatePeriod=55
LeagueName=LeagueAS
GameName=Assault
RedTeamName=Red
BlueTeamName=Blue
GreenTeamName=Green
GoldTeamName=Gold
IRCCommand1=NICK SH-Rep
IRCCommand2=JOIN #sh-insta
IRCCommand3=NickServ IDENTIFY ******
MuteOnStart=False
ShowCredit=False
EnableIRCCom=True
Enabled=True
InGameAdvert=False
AdvertDuration=10
AdvertFreq=30
AdvertColour=(R=255,G=255,B=255,A=0)
FloodControl=False
MsgPerMinute=0
MsgRate=1.500000
Debug=False
ReportMatchesOnly=False
 
ok so what's wrong with this? Bot doesn't even starts 0_o

[LeagueAS-Reporter.UTReporterConfig]
ServerAddr=salty.fraghub.net
ServerPort=6667
CommentaryChannel=#res.server
CommentaryEnabled=True
ScorelineChannel=#res.server
ScorelineEnabled=True
ReporterNick=res-bot
CommentaryLevel=5
AdminPassword=*********
ReporterPassword=********
ScoreUpdatePeriod=55
LeagueName=LeagueAS
GameName=Assault
RedTeamName=Red
BlueTeamName=Blue
GreenTeamName=Green
GoldTeamName=Gold
IRCCommand1=NICK res-bot
IRCCommand2=JOIN #res.server
IRCCommand3=PRIVMSG NickServ IDENTIFY ********
MuteOnStart=False
ShowCredit=False
EnableIRCCom=True
Enabled=True
InGameAdvert=False
AdvertDuration=10
AdvertFreq=30
AdvertColour=(R=255,G=255,B=255,A=0)
FloodControl=False
MsgPerMinute=0
MsgRate=1.500000
Debug=False
ReportMatchesOnly=False
 
  • Like
Reactions: HUEY
You were right Weirdo. Bot was not working becouse of that actor thing :)
Everything is OK now.