Ticket #225 (assigned defect)

Opened 5 months ago

Last modified 5 months ago

Basealert does not alert

Reported by: mirrorrim Assigned to: Maverick (accepted)
Priority: low Component: Bots - Other
Version: Latest version from repository Severity: minor
Keywords: Cc:

Description

PMing Basealert with !on so that it tells you a new base game has started doesnt work. Nothing happens. I guess it's been this way for a few months.

Attachments

Change History

04/01/08 02:37:53 changed by Maverick

  • owner set to Maverick.
  • status changed from new to assigned.

TODO: Find out what arena messages Base does and check with the regular expressions on Alertbot.

04/04/08 15:55:12 changed by subby

basealert looks for arena message that starts "Basing:" and matchbot in base says at start "Base: Freq 1 vs. Freq 2"

04/04/08 16:17:20 changed by subby

Solution:

alertbot.cfg startregex1=(?:Basing|Point Race to \d+): .+ vs\. .+$

needs to be

startregex1=(?:Base|Point Race to \d+): .+ vs\. .+$

04/04/08 16:24:59 changed by subby

and uh fantus might have changed it already… i asked in chat if anyone could do it but basealert needs respawning

04/05/08 04:31:58 changed by Maverick

I'll change the regular expression at BaseAlert and then try to see if that fixes it.
Thanks for your work, subby.


Add/Change #225 (Basealert does not alert)




Change Properties
Action