-
Notifications
You must be signed in to change notification settings - Fork 1
/
irc.html
148 lines (130 loc) · 5.86 KB
/
irc.html
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>IRC | b01lers</title>
<!-- {# <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"> #} -->
<link rel="stylesheet" type="text/css" href="/static/css/bootstrap.cyborg.min.css" />
<link rel="stylesheet" type="text/css" href="/static/css/style.css" />
<link rel="stylesheet" type="text/css" href="/static/css/pygments.css" />
<!-- Include Bootstrap Datepicker -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.3.0/css/datepicker.min.css" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.3.0/css/datepicker3.min.css" />
<script src="/static/js/jquery.min.js"></script>
<script src="/static/js/moment.min.js"></script>
<script src="/static/js/transition.js"></script>
<script src="/static/js/collapse.js"></script>
<script src="/static/js/bootstrap.min.js"></script>
<script src="/static/js/bootstrap-datetimepicker.js"></script>
<script src="/static/js/bootstrap-datepicker.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<!-- messages -->
<!-- Static navbar -->
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/"><img src="/static/images/logo_full.png" alt="b01lers club - Purdue CTF team" title="b01lers club - Purdue CTF team" /></a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="/schedule.html">Schedule</a></li>
<li><a href="/irc.html">IRC</a></li>
<!--<li><a href="{{ url_for('members.view') }}">Members</a></li>
<li><a href="{{ url_for('writeups.view_all') }}">CTF Write-ups</a></li>-->
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container-fluid -->
</div>
<h2>Clients</h2>
<ul>
<li>Text Clients
<ul>
<li>weechat</li>
<li>irssi</li>
<li>bitchx</li>
</ul>
</li>
<li>GUI
<ul>
<li>Linux
<ul>
<li><a href="https://hexchat.github.io/downloads.html">HexChat</a></li>
<li><a href="http://xchat.org/download/">XChat</a></li>
</ul>
</li>
<li>Windows
<ul>
<li><a href="https://hexchat.github.io/downloads.html">HexChat</a></li>
<li><a href="http://xchat.org/download/">XChat</a></li>
<li><a href="http://www.mirc.com/get.html">mIRC</a></li>
</ul>
</li>
<li>Mac
<ul>
<li><a href="http://limechat.net/mac/">LimeChat</a></li>
<li><a href="https://hexchat.github.io/downloads.html">HexChat</a></li>
<li><a href="http://colloquy.info/">Colloquy</a></li>
</ul>
</li>
</ul>
</li>
<li>Web Clients
<ul>
<li>https://webchat.freenode.net/</li>
<li>https://kiwiirc.com/</li>
</ul>
</li>
</ul>
<h2>Our Channel</h2>
<strong>Server:</strong> irc.freenode.net<br/>
<strong>Port (SSL):</strong> 7000<br/>
<h3>How to connect to the b01lers channel on IRC</h3>
<ul>
<li>connect to freenode with the desired username
<ul>
<li>if you want to change your username then execute:
<pre>/nick YourNewNickname</pre></li>
</ul>
</li>
<li>Next register your account:
<pre>/msg nickserv register YourPassword YourEmail</pre>
</li>
<li>Verify your email address once you receive an email</li>
<li>now that you are registered you will login and then verify your identity each time with:
<pre>/msg nickserv identify YourPassword</pre>
</li>
<li>Connect to the channel #b01lers with:
<pre>/join #b01lers</pre>
</li>
</ul>
<br />
<img src="https://i.imgur.com/EdK8t3k.png" />
<br />
<a href="http://www.ircbeginner.com/ircinfo/ircc-commands.html">IRC for Beginners</a>
<hr>
<footer>
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-6">© b01lers 2015 <a href="{{ url_for('main.disclaimer') }}" target="_blank">Disclaimer</a></div>
<div class="col-md-6 col-sm-6 col-xs-6 text-right"><a href="https://twitter.com/b01lers" target="_blank">@b01lers on twitter</a></div>
</div>
</footer>
</div> <!-- /container -->
</body>
</html>