Advertisement
Bbaass_TMH

IRCBot.yml

Feb 13th, 2014
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 5.33 KB | None | 0 0
  1. # Sample PurpleIRC bot configuration.
  2. # Most of these options should be self explanatory.
  3. # Place your bot file in the PurpleIRC/bots/ folder.
  4. nick: FTBDev
  5. login: FTBDev
  6. realname: FTBDev
  7. server: irc.serenitygames.net
  8. port: 6667
  9. ssl: false
  10. trust-all-certs: false
  11. charset: ''
  12. show-motd: false
  13. autoconnect: 'true'
  14. password: ''
  15. ident-password: removed
  16. command-prefix: ''
  17. quit-message: '&r[&bIRC&r] &rGood bye!'
  18. message-delay: 1000
  19. raw-message-on-connect: false
  20. raw-message: auth name pass
  21. relay-private-chat: false
  22. command-notify:
  23.   enabled: false
  24.   mode: msg
  25.   recipients:
  26.  - '#games'
  27. part-invalid-channels: false
  28. part-invalid-channels-message: I should not be here! Bye!
  29. channels:
  30.  '#games':
  31.     worlds:
  32.    - '*'
  33.     autojoin: true
  34.     modes: ''
  35.     password: ''
  36.     topic: ''
  37.     topic-protect: false
  38.     enabled-messages:
  39.    - console-chat
  40.     - game-kick
  41.     - game-join
  42.     - game-quit
  43.     - irc-join
  44.     - irc-kick
  45.     - irc-part
  46.     - irc-quit
  47.     - irc-nickchange
  48.     - irc-notice
  49.     - irc-hero-chat
  50.     - irc-hero-action
  51.     - hero-Games-chat
  52.     - hero-Games-action
  53.     hero-channel: Games
  54.     ops: []
  55.     muted: []
  56.     ignore-irc-chat: false
  57.     custom-tab-ignore-list:
  58.    - ChanServ
  59.     - MC
  60.     - FTB
  61.     - Tekkit
  62.     hide-join-when-vanished: true
  63.     hide-quit-when-vanished: true
  64.     commands:
  65.       help:
  66.         modes: '*'
  67.         private: 'false'
  68.         ctcp: 'false'
  69.         game_command: '@help'
  70.         private_listen: 'true'
  71.         channel_listen: 'true'
  72.       list:
  73.         modes: '*'
  74.         private: 'false'
  75.         ctcp: 'false'
  76.         game_command: '@list'
  77.         private_listen: 'true'
  78.         channel_listen: 'true'
  79.       uptime:
  80.         modes: '*'
  81.         private: 'false'
  82.         ctcp: 'false'
  83.         game_command: '@uptime'
  84.         private_listen: 'true'
  85.         channel_listen: 'true'
  86.       lag:
  87.         modes: '*'
  88.         private: 'false'
  89.         ctcp: 'false'
  90.         game_command: lag
  91.         private_listen: 'true'
  92.         channel_listen: 'true'
  93.   '#alpha':
  94.     worlds:
  95.    - '*'
  96.     autojoin: true
  97.     modes: ''
  98.     password: ''
  99.     topic: ''
  100.     topic-protect: false
  101.     enabled-messages:
  102.    - console-chat
  103.     - game-kick
  104.     - game-join
  105.     - game-quit
  106.     - irc-join
  107.     - irc-kick
  108.     - irc-part
  109.     - irc-quit
  110.     - irc-nickchange
  111.     - irc-notice
  112.     - irc-hero-chat
  113.     - irc-hero-action
  114.     - hero-Alpha-chat
  115.     - hero-Alpha-action
  116.     hero-channel: Alpha
  117.     ops: []
  118.     muted: []
  119.     ignore-irc-chat: false
  120.     custom-tab-ignore-list:
  121.    - ChanServ
  122.     - MC
  123.     - FTB
  124.     - Tekkit
  125.     hide-join-when-vanished: true
  126.     hide-quit-when-vanished: true
  127.     commands:
  128.       help:
  129.         modes: '*'
  130.         private: 'false'
  131.         ctcp: 'false'
  132.         game_command: '@help'
  133.         private_listen: 'true'
  134.         channel_listen: 'true'
  135.   '#beta':
  136.     worlds:
  137.    - '*'
  138.     autojoin: true
  139.     modes: ''
  140.     password: ''
  141.     topic: ''
  142.     topic-protect: false
  143.     enabled-messages:
  144.    - console-chat
  145.     - game-kick
  146.     - game-join
  147.     - game-quit
  148.     - irc-join
  149.     - irc-kick
  150.     - irc-part
  151.     - irc-quit
  152.     - irc-nickchange
  153.     - irc-notice
  154.     - irc-hero-chat
  155.     - irc-hero-action
  156.     - hero-Beta-chat
  157.     - hero-Beta-action
  158.     hero-channel: Beta
  159.     ops: []
  160.     muted: []
  161.     ignore-irc-chat: false
  162.     custom-tab-ignore-list:
  163.    - ChanServ
  164.     - MC
  165.     - FTB
  166.     - Tekkit
  167.     hide-join-when-vanished: true
  168.     hide-quit-when-vanished: true
  169.     commands:
  170.       help:
  171.         modes: '*'
  172.         private: 'false'
  173.         ctcp: 'false'
  174.         game_command: '@help'
  175.         private_listen: 'true'
  176.         channel_listen: 'true'
  177.   '#delta':
  178.     worlds:
  179.    - '*'
  180.     autojoin: true
  181.     modes: ''
  182.     password: ''
  183.     topic: ''
  184.     topic-protect: false
  185.     enabled-messages:
  186.    - console-chat
  187.     - game-kick
  188.     - game-join
  189.     - game-quit
  190.     - irc-join
  191.     - irc-kick
  192.     - irc-part
  193.     - irc-quit
  194.     - irc-nickchange
  195.     - irc-notice
  196.     - irc-hero-chat
  197.     - irc-hero-action
  198.     - hero-Delta-chat
  199.     - hero-Delta-action
  200.     hero-channel: Delta
  201.     ops: []
  202.     muted: []
  203.     ignore-irc-chat: false
  204.     custom-tab-ignore-list:
  205.    - ChanServ
  206.     - MC
  207.     - FTB
  208.     - Tekkit
  209.     hide-join-when-vanished: true
  210.     hide-quit-when-vanished: true
  211.     commands:
  212.       help:
  213.         modes: '*'
  214.         private: 'false'
  215.         ctcp: 'false'
  216.         game_command: '@help'
  217.         private_listen: 'true'
  218.         channel_listen: 'true'
  219.   '#staff':
  220.     worlds:
  221.    - '*'
  222.     autojoin: true
  223.     modes: ''
  224.     password: ''
  225.     topic: ''
  226.     topic-protect: false
  227.     enabled-messages:
  228.    - console-chat
  229.     - game-kick
  230.     - game-join
  231.     - game-quit
  232.     - irc-join
  233.     - irc-kick
  234.     - irc-part
  235.     - irc-quit
  236.     - irc-nickchange
  237.     - irc-notice
  238.     - irc-hero-chat
  239.     - irc-hero-action
  240.     - hero-Staff-chat
  241.     - hero-Staff-action
  242.     hero-channel: Staff
  243.     ops: []
  244.     muted: []
  245.     ignore-irc-chat: false
  246.     custom-tab-ignore-list:
  247.    - ChanServ
  248.     - MC
  249.     - FTB
  250.     - Tekkit
  251.     hide-join-when-vanished: true
  252.     hide-quit-when-vanished: true
  253.     commands:
  254.       help:
  255.         modes: '*'
  256.         private: 'false'
  257.         ctcp: 'false'
  258.         game_command: '@help'
  259.         private_listen: 'true'
  260.         channel_listen: 'true'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement