Skip to content

Commit

Permalink
Updated Aliases.md and CHANGELOG.md | 5.8 push
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4ckscor3 committed Jul 5, 2016
1 parent f16b9b9 commit cdd5471
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions ALIASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

[**-disable**: None.](https://github.com/bl4ckscor3/bl4ckb0t/blob/master/src/bl4ckscor3/bot/bl4ckb0t/commands/channel/Disable.java)

[**-distance**: -dist](https://github.com/bl4ckscor3/bl4ckb0t/blob/master/src/bl4ckscor3/bot/bl4ckb0t/commands/channel/Distance.java)

[**-enable**: None.](https://github.com/bl4ckscor3/bl4ckb0t/blob/master/src/bl4ckscor3/bot/bl4ckb0t/commands/channel/Enable.java)

[**-evaluate**: -eval | -calculate | -calc](https://github.com/bl4ckscor3/bl4ckb0t/blob/master/src/bl4ckscor3/bot/bl4ckb0t/commands/channel/Evaluate.java)
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
#Changelog
---
####5.7.7_WIP
##5.8
- Added -distance to get the direct distance between two cities
- Added text to Tweet message if said Tweet has a poll in it
- Map announcing: Added config value to change server host
- Map announcing: Added config value to turn off player count
- Map announcing: Changed name of config values
- Fixed config command not allowing string value changes
- Internal changes

####5.7.6
- Map announcing: Added config option for channel
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>bl4ckscor3.bot</groupId>
<artifactId>bl4ckb0t</artifactId>
<version>5.7.6</version>
<version>5.8</version>
<name>bl4ckb0t</name>
<description>An IRC bot designed and managed by bl4ckscor3</description>
<url>https://github.com/bl4ckscor3/bl4ckb0t</url>
Expand Down
2 changes: 1 addition & 1 deletion src/bl4ckscor3/bot/bl4ckb0t/Core.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class Core
public static Bot bot;
private static boolean wasStartedAsWIP;
private static final String botName = "bl4ckb0t";
private static final String version = "5.7.6";
private static final String version = "5.8";
private static ConfigurationFile customConfig;

public static void main(String args[]) throws IOException, IrcException
Expand Down

0 comments on commit cdd5471

Please sign in to comment.