Skip to content

Instantly share code, notes, and snippets.

@taxilian
Created March 21, 2011 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taxilian/879792 to your computer and use it in GitHub Desktop.
Save taxilian/879792 to your computer and use it in GitHub Desktop.
example phenny configuration tied mostly to 2600hz
nick = 'taxTestBot'
host = 'irc.freenode.net'
channels = ['#2600hz_bottest']
owner = 'steph021'
password = 'F!reB0T!'
# These are people who will be able to use admin.py's functions...
admins = [owner, 'pyite']
# But admin.py is disabled by default, as follows:
#exclude = ['admin']
# If you want to enumerate a list of modules rather than disabling
# some, use "enable = ['example']", which takes precedent over exclude
#
#enable = ["admin","wikipedia"]
# Directories to load user modules from
# e.g. /path/to/my/modules
extra = ["os_projectbot"]
# Services to load: maps channel names to white or black lists
external = {
'#liberal': ['!'], # allow all
'#conservative': [], # allow none
'*': ['!'] # default whitelist, allow all
}
jira_baseurl = "http://tickets.2600hz.org/rpc/xmlrpc"
jira_username = "user"
jira_password = "pass"
jira_projects = ["BLUEBOX",]
jira_channels = ["#2600hz_bottest"]
jira_mappings = {"status":{
}, "priority": {
},
}
confluence_baseurl = "http://www.firebreath.org/rpc/xmlrpc"
confluence_username = "user"
confluence_password = "pass"
confluence_searchresults = 8
github_project = "2600hz/bluebox"
github_defaultbranch = "master"
irccat_host = "127.0.0.1"
irccat_port = 54321
tagfile = "/Users/richard/code/phenny/os_projectbot/bluebox/tags"
# EOF
#!/bin/bash ctags -R --verbose=no --exclude=bluebox/libraries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment