Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Sample PurpleIRC bot configuration.
- # Most of these options should be self explanatory.
- # Place your bot file in the PurpleIRC/bots/ folder.
- nick: FTBDev
- login: FTBDev
- realname: FTBDev
- server: irc.serenitygames.net
- port: 6667
- ssl: false
- trust-all-certs: false
- charset: ''
- show-motd: false
- autoconnect: 'true'
- password: ''
- ident-password: removed
- command-prefix: ''
- quit-message: '&r[&bIRC&r] &rGood bye!'
- message-delay: 1000
- raw-message-on-connect: false
- raw-message: auth name pass
- relay-private-chat: false
- command-notify:
- enabled: false
- mode: msg
- recipients:
- - '#games'
- part-invalid-channels: false
- part-invalid-channels-message: I should not be here! Bye!
- channels:
- '#games':
- worlds:
- - '*'
- autojoin: true
- modes: ''
- password: ''
- topic: ''
- topic-protect: false
- enabled-messages:
- - console-chat
- - game-kick
- - game-join
- - game-quit
- - irc-join
- - irc-kick
- - irc-part
- - irc-quit
- - irc-nickchange
- - irc-notice
- - irc-hero-chat
- - irc-hero-action
- - hero-Games-chat
- - hero-Games-action
- hero-channel: Games
- ops: []
- muted: []
- ignore-irc-chat: false
- custom-tab-ignore-list:
- - ChanServ
- - MC
- - FTB
- - Tekkit
- hide-join-when-vanished: true
- hide-quit-when-vanished: true
- commands:
- help:
- modes: '*'
- private: 'false'
- ctcp: 'false'
- game_command: '@help'
- private_listen: 'true'
- channel_listen: 'true'
- list:
- modes: '*'
- private: 'false'
- ctcp: 'false'
- game_command: '@list'
- private_listen: 'true'
- channel_listen: 'true'
- uptime:
- modes: '*'
- private: 'false'
- ctcp: 'false'
- game_command: '@uptime'
- private_listen: 'true'
- channel_listen: 'true'
- lag:
- modes: '*'
- private: 'false'
- ctcp: 'false'
- game_command: lag
- private_listen: 'true'
- channel_listen: 'true'
- '#alpha':
- worlds:
- - '*'
- autojoin: true
- modes: ''
- password: ''
- topic: ''
- topic-protect: false
- enabled-messages:
- - console-chat
- - game-kick
- - game-join
- - game-quit
- - irc-join
- - irc-kick
- - irc-part
- - irc-quit
- - irc-nickchange
- - irc-notice
- - irc-hero-chat
- - irc-hero-action
- - hero-Alpha-chat
- - hero-Alpha-action
- hero-channel: Alpha
- ops: []
- muted: []
- ignore-irc-chat: false
- custom-tab-ignore-list:
- - ChanServ
- - MC
- - FTB
- - Tekkit
- hide-join-when-vanished: true
- hide-quit-when-vanished: true
- commands:
- help:
- modes: '*'
- private: 'false'
- ctcp: 'false'
- game_command: '@help'
- private_listen: 'true'
- channel_listen: 'true'
- '#beta':
- worlds:
- - '*'
- autojoin: true
- modes: ''
- password: ''
- topic: ''
- topic-protect: false
- enabled-messages:
- - console-chat
- - game-kick
- - game-join
- - game-quit
- - irc-join
- - irc-kick
- - irc-part
- - irc-quit
- - irc-nickchange
- - irc-notice
- - irc-hero-chat
- - irc-hero-action
- - hero-Beta-chat
- - hero-Beta-action
- hero-channel: Beta
- ops: []
- muted: []
- ignore-irc-chat: false
- custom-tab-ignore-list:
- - ChanServ
- - MC
- - FTB
- - Tekkit
- hide-join-when-vanished: true
- hide-quit-when-vanished: true
- commands:
- help:
- modes: '*'
- private: 'false'
- ctcp: 'false'
- game_command: '@help'
- private_listen: 'true'
- channel_listen: 'true'
- '#delta':
- worlds:
- - '*'
- autojoin: true
- modes: ''
- password: ''
- topic: ''
- topic-protect: false
- enabled-messages:
- - console-chat
- - game-kick
- - game-join
- - game-quit
- - irc-join
- - irc-kick
- - irc-part
- - irc-quit
- - irc-nickchange
- - irc-notice
- - irc-hero-chat
- - irc-hero-action
- - hero-Delta-chat
- - hero-Delta-action
- hero-channel: Delta
- ops: []
- muted: []
- ignore-irc-chat: false
- custom-tab-ignore-list:
- - ChanServ
- - MC
- - FTB
- - Tekkit
- hide-join-when-vanished: true
- hide-quit-when-vanished: true
- commands:
- help:
- modes: '*'
- private: 'false'
- ctcp: 'false'
- game_command: '@help'
- private_listen: 'true'
- channel_listen: 'true'
- '#staff':
- worlds:
- - '*'
- autojoin: true
- modes: ''
- password: ''
- topic: ''
- topic-protect: false
- enabled-messages:
- - console-chat
- - game-kick
- - game-join
- - game-quit
- - irc-join
- - irc-kick
- - irc-part
- - irc-quit
- - irc-nickchange
- - irc-notice
- - irc-hero-chat
- - irc-hero-action
- - hero-Staff-chat
- - hero-Staff-action
- hero-channel: Staff
- ops: []
- muted: []
- ignore-irc-chat: false
- custom-tab-ignore-list:
- - ChanServ
- - MC
- - FTB
- - Tekkit
- hide-join-when-vanished: true
- hide-quit-when-vanished: true
- commands:
- help:
- modes: '*'
- private: 'false'
- ctcp: 'false'
- game_command: '@help'
- private_listen: 'true'
- channel_listen: 'true'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement