# This is a DMDirc configuration file.
# Written on: Mon Jan 14 06:19:51 GMT 2008

# This section indicates which sections below take key/value
# pairs, rather than a simple list. It should be placed above
# any sections that take key/values.
keysections:
  setting 0
  setting 1

triggers:
  SERVER_AWAY

response:
  /away

setting 0:
  type=TEXT
  setting=highlightregex
  title=Highlight Regex
  tooltip=Regex to use to detect a highlight
  default=(?i).*(shane|dataforce|Q${SERVER_MYNICKNAME}E|(?<![#A-Z])DF).*

setting 1:
  type=TEXT
  setting=highlightregex
  title=Highlight Regex
  tooltip=Regex to use to detect a highlight
  default=(?i).*(shane|dataforce|Q${SERVER_MYNICKNAME}E|(?<![#A-Z])DF).*