Skip to content

Commit

Permalink
Stopped feeding Petter and updated tunalib
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhargav-Rao authored and bhargav.h committed Aug 13, 2017
1 parent 342b040 commit 8bc0edf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<dependency>
<groupId>fr.tunaki.stackoverflow</groupId>
<artifactId>chatexchange</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>com.optimaize.languagedetector</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public void start(){

if (prop.getProperty("location").equals("server")) {
chatroom.send("Hiya o/ (SERVER VERSION)" );
FeederService feederService = new FeederService("*Feeds @PetterFriberg*",chatroom,8);
FeederService feederService = new FeederService("*Buys food, but feeds no one. I'm hungry too*",chatroom,8);
feederService.start();
SelfCheckService selfCheck = new SelfCheckService(this);
selfCheck.start();
Expand Down

0 comments on commit 8bc0edf

Please sign in to comment.