Skip to content

Commit

Permalink
Update EiraIRC configs to JSON format
Browse files Browse the repository at this point in the history
  • Loading branch information
TehNut committed May 2, 2015
1 parent 943233d commit d7574ab
Show file tree
Hide file tree
Showing 19 changed files with 480 additions and 276 deletions.
148 changes: 0 additions & 148 deletions config/eirairc.cfg

This file was deleted.

31 changes: 0 additions & 31 deletions config/eirairc/bots/TPPI.cfg

This file was deleted.

31 changes: 0 additions & 31 deletions config/eirairc/bots/default_client.cfg

This file was deleted.

30 changes: 0 additions & 30 deletions config/eirairc/bots/default_server.cfg

This file was deleted.

31 changes: 0 additions & 31 deletions config/eirairc/bots/default_twitch.cfg

This file was deleted.

86 changes: 86 additions & 0 deletions config/eirairc/client.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
# Configuration file

##########################################################################################################
# compatibility
#--------------------------------------------------------------------------------------------------------#
# Compatibility Settings
##########################################################################################################

compatibility {
# No Chat Override
B:chatNoOverride=false

# Enable Client Bridge
B:clientBridge=false
S:clientBridgeMessageToken=[IG]
S:clientBridgeNickToken=

# Disable Chat Toggle
B:disableChatToggle=false
}


##########################################################################################################
# general
#--------------------------------------------------------------------------------------------------------#
# Basic EiraIRC Settings
##########################################################################################################

general {
# Persistent Connection
B:persistentConnection=true

# If set to true, EiraIRC will link commands such as /join, /msg or /nick to it's /irc <command> variants for quicker usage.
B:registerShortCommands=false
B:showWelcomeScreen=false
}


##########################################################################################################
# notifications
#--------------------------------------------------------------------------------------------------------#
# Notification Settings
##########################################################################################################

notifications {
# Friend Joined
S:friendJoined=TextOnly

# Name Mentioned
S:nameMentioned=TextAndSound

# Private Message
S:privateMessage=TextOnly

# Notification Sound
S:soundName=note.harp

# Notification Pitch
S:soundPitch=1.0

# Notification Volume
S:soundVolume=1.0
}


##########################################################################################################
# screenshots
#--------------------------------------------------------------------------------------------------------#
# Screenshot Settings
##########################################################################################################

screenshots {
# Auto-Perform-Action
S:autoAction=UploadShare

# If set to true, clicking an image link in the chat will open a preview screen inside Minecraft.
B:imageLinkPreview=true

# Buffer Size
I:uploadBufferSize=1024

# Upload Hoster
S:uploadHoster=
}


7 changes: 7 additions & 0 deletions config/eirairc/commands.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"name": "players",
"override": "who",
"description": "Default alias players for the who command."
}
]
Loading

0 comments on commit d7574ab

Please sign in to comment.