Skip to content
This repository has been archived by the owner on Jul 27, 2019. It is now read-only.

Commit

Permalink
Formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cnaude committed Aug 9, 2014
1 parent 7527d1c commit 8a8014c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/config.yml
Expand Up @@ -90,8 +90,8 @@ message-format:
irc-ess-helpop: '&4[HelpOp] %DISPLAYNAME%&r: %MESSAGE%'
# Message templates for IRC to game messages
irc-action: '[&4IRC&r] ***%NAME% %MESSAGE%'
irc-chat: '[&4IRC]<%NAME%> %MESSAGE%'
irc-pchat: '&dPrivate message: [&4IRC]<%NAME%> %MESSAGE%'
irc-chat: '[&4IRC&r]<%NAME%> %MESSAGE%'
irc-pchat: '&dPrivate message: [&4IRC&r]<%NAME%> %MESSAGE%'
# Notification to user when sending a private message to a player
irc-pchat-response: ' &6-> &7%TARGET%: %MESSAGE%'
# Notification to user when sending a message to a specific hero channel
Expand Down Expand Up @@ -120,7 +120,7 @@ message-format:
hero-action: '[&2%CHANNEL%&r]***%NAME% %MESSAGE%'
# Message templates for IRC to Herochat messages
irc-hero-action: '[&3IRC&r] ***%NAME% %MESSAGE%'
irc-hero-chat: '[&3IRC]<%NAME%> %MESSAGE%'
irc-hero-chat: '[&3IRC&r]<%NAME%> %MESSAGE%'
irc-hero-join: '[&3IRC&r] %NAME% has joined %CHANNEL%.'
irc-hero-kick: '[&3IRC&r] %NAME% was kicked from %CHANNEL% by %KICKER%. (Reason- %REASON%)'
irc-hero-part: '[&3IRC&r] %NAME% has left %CHANNEL%.'
Expand All @@ -129,7 +129,7 @@ message-format:
# Message template for TitanChat to IRC messages
titan-chat: '[%CHANNEL%]<%NAME%> %MESSAGE%'
# Message templates for IRC to TitanChat messages
irc-titan-chat: '[&3IRC]<%NAME%> %MESSAGE%'
irc-titan-chat: '[&3IRC&r]<%NAME%> %MESSAGE%'
# Invalid IRC command message
invalid-irc-command: "I'm sorry '%NICK%' I can't do that. Type '%CMDPREFIX%help' for a list of commands I might respond to."
no-perm-for-irc-command: "I'm sorry '%NICK%' you are not authorized to do that. Type '%CMDPREFIX%help' for a list of commands I might respond to."
Expand Down

0 comments on commit 8a8014c

Please sign in to comment.