18 lines
632 B
PHP
18 lines
632 B
PHP
@extends('profilelayout')
|
|
@section('novidcontent')
|
|
<div class="page-header">
|
|
<h3>IRC</h3>
|
|
</div>
|
|
|
|
<div class="irc-content">
|
|
<div class="webchat">
|
|
<iframe src="https://webirc.n0xy.net?nick={{Auth::user()->username}}&join=%23w0bm&username={{Auth::user()->username}}"></iframe>
|
|
</div>
|
|
<div class="irc-info">
|
|
<h5>IRC</h5>
|
|
<h6>irc.n0xy.net +6697 (ssl only) #w0bm</h6>
|
|
<p>Don't have a desktop client? Why not join our Network via webirc? <a href="https://webirc.n0xy.net/?join=%23w0bm" target="about_blank">>>webirc.n0xy.net</a></p>
|
|
<p>More information: <a href="https://n0xy.net">n0xy.net</a></p>
|
|
</div>
|
|
</div>
|
|
@endsection |