Skip to content

Commit

Permalink
death to freenode, long live libera.chat
Browse files Browse the repository at this point in the history
  • Loading branch information
thezoggy committed Jun 29, 2021
1 parent 47c31fe commit f58d4c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion application/views/bottom.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<p class="pull-right"><a href="#"><img alt="top" src="<?php echo base_url();?>images/top.gif"></a></p>
<div><strong>{elapsed_time}</strong>s says <?=anchor('http://codeigniter.com/', img( array('src'=>'images/social-codeigniter.png', 'title'=>'CodeIgniter', 'class'=>'social') ));?></div>
<div><?=anchor('https://github.com/thezoggy/xem', img( array('src'=>'images/social-github.png', 'title'=>'GitHub', 'class'=>'social') ));?></div>
<div><?=anchor('irc://irc.freenode.net/#xem', img( array('src'=>'images/social-contact.png', 'title'=>'#xem', 'class'=>'social') ));?></div>
<div><?=anchor('irc://irc.libera.chat/#xem', img( array('src'=>'images/social-contact.png', 'title'=>'#xem', 'class'=>'social') ));?></div>
<div><?=anchor('https://www.paypal.me/zoggy/3', img( array('src'=>'images/btn_donate_SM.gif', 'title'=>'Donate a beer/redbull to the cause?', 'class'=>'social') ));?></div>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion application/views/index/faq.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@
<h3>I have a problem and I feel lost, can I talk to somebody?</h3>
<p>
Sure! Join <b>#xem</b> on <b>irc.freenode.net</b>.
Sure! Join <b>#xem</b> on <b>irc.libera.chat</b>.
</p><br />
</div>
2 changes: 1 addition & 1 deletion application/views/user/register.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<?if(!REGISTRATION_OPEN):?>
<div class="alert alert-block alert-error">
<h4>Registration closed!!</h4>
Sorry we have registrations closed at the moment, join #xem on irc.freenode.net for further help.
Sorry we have registrations closed at the moment, join #xem on irc.libera.chat for further help.
</div>
<?else:?>
<?=form_open("user/register/", array('class' => 'form-horizontal'))?>
Expand Down

0 comments on commit f58d4c7

Please sign in to comment.