Skip to content

Commit

Permalink
Change support channel network to Freenode. Fixes #163.
Browse files Browse the repository at this point in the history
  • Loading branch information
pocmo committed May 12, 2015
1 parent d9b17bc commit 2282784
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ into Android Studio should be enough to get it building.
Drop me a line for questions regarding Yaaic or use one of the
following resources:

- IRC: irc.epd-me.net #yaaic
- IRC: irc.freenode.net #yaaic
- Homepage: http://www.yaaic.org
- Google Group: http://groups.google.com/group/yaaic
- Twitter: http://twitter.com/Yaaic
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/java/org/yaaic/activity/AboutActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
* "About" dialog activity.
*/
public class AboutActivity extends Activity {
private static final String TAG = "Yaaic/AboutActivity";

@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/application.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<string name="app_name" translatable="false">Yaaic</string>
<string name="app_full_name" translatable="false">Yet Another Android IRC Client</string>
<string name="app_homepage" translatable="false">http://www.yaaic.org</string>
<string name="app_irc" translatable="false">irc://irc.epd-me.net/yaaic</string>
<string name="app_irc" translatable="false">irc://irc.freenode.net/yaaic</string>
<string name="app_copyright" translatable="false">&#169; 2009-2015 Sebastian Kaspari</string>

<string name="licence_info" translatable="false">
Expand Down

0 comments on commit 2282784

Please sign in to comment.