-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update EiraIRC configs to JSON format
- Loading branch information
TehNut
committed
May 2, 2015
1 parent
943233d
commit d7574ab
Showing
19 changed files
with
480 additions
and
276 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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= | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
} | ||
] |
Oops, something went wrong.