Ubuntu Pastebin

Paste from hawking at Sun, 9 Aug 2015 18:03:32 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# The bot's command prefix.
prefix: '\'

# IRC details
irc:
  # The IRC server to connect to
  server: 'irc.freenode.net'
  # The port to connect to
  port: 6667
  # Use SSL?
  ssl: false
  # The bot's nickname
  nick: 'rNGC'
  # Modes the bot applies to itself
  modes: 'B'
  # SASL Auth
  sasl:
    username: 'rAnnouncer'
    password:
  # If you want the bot to oper up on your network, uncomment and set these properties
  #oper:
  # username: rNGC
  # password: kebab

# If any admins are set (users nickserv account name), only they can manage the bot (join/part it and add/remove subreddits)
admins: NGC3982

# Various messages the bot may send
messages:
  # Generic error message
  failure: "Sorry, something went wrong :("

# reddit polling settings
reddit:
  # How frequently to check for new posts
  interval: 4

  # reddit account credentials
  account:
    # Get these details by using the auth.rb script
    # modhash:
    # cookies:

modhash: "ctfu12ta1tfa48b70b8739a1f6520042802188a63e375392ec"
cookies: "reddit_session=42702407%2C2015-08-09T10%3A05%3A44%2C9b2107a7917affaa50210463f30f618bcfe95d62"
Download as text