Skip to content

Instantly share code, notes, and snippets.

@csmith
Created March 10, 2010 18:31
Show Gist options
  • Save csmith/328179 to your computer and use it in GitHub Desktop.
Save csmith/328179 to your computer and use it in GitHub Desktop.
# This is a DMDirc configuration file.
# Written on: Wed Mar 10 18:05:39 GMT 2010
# 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:
condition 0
condition 1
misc
triggers:
LINK_CHANNEL_CLICKED
response:
/input /msg ${1.STRING_STRING} @${1.TWITTER_CHANNEL_NAME_STATUS.TWITTER_STATUS_USER.TWITTER_USER_SCREENNAME}
misc:
stopping=true
condition 0:
argument=1
component=STRING_STRING
target=&[0-9]+
comparison=STRING_REGEX
condition 1:
argument=0
component=WINDOW_SERVER.SERVER_PROTOCOL
target=(?i)twitters?
comparison=STRING_REGEX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment