blob: c42d71f3de5c7fc599264c29e9a9d61609131cd7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
<style type="text/css">
h1 small {
font-size: 14px;
}
</style>
<h1>
<small><a href="https://115ans.net">115ans.net</a> › </small><br/>
irc 115ans</h1>
<p>
Serveur IRC: <a href="irc://irc.quakenet.org/lsg">irc.quakenet.org #lsg</a>.
Matrix: <a href="https://matrix.random.sh/riot/#rooms/#lsg:random.sh">#lsg:random.sh</a>.
<br />
<a href="https://115ans.net/irc/">Webchat</a>.
<br />
<a href="/irc/stats/">Statistiques</a>.
</p>
<style type="text/css">
.help-entry h1 {
font-size: 18px;
}
.help-entry h2 {
font-size: 16px;
}
</style>
<div class="irchelps">
<%= for help <- @commands do %>
<div class="help-entry"><%= help |> Earmark.as_html! |> raw() %></div>
<% end %>
</div>
<p>
<small>
source: <a href="https://git.yt/115ans/sys">git.yt/115ans/sys</a>
</small>
</p>
|