Skip to content

Commit 36170af

Browse files
committed
init commit
0 parents  commit 36170af

5 files changed

Lines changed: 59 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 施工中
2+
3+
[osuirc](osuirc.md)

images/osuirc_connected.png

271 KB
Loading

images/osuirc_first_launch.png

115 KB
Loading

images/osuirc_network_editing.png

156 KB
Loading

osuirc.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# osu! IRC 使用指南
2+
3+
## 先决条件
4+
5+
* 一个 IRC 客户端 (本教程使用 [HexChat](https://hexchat.github.io/)
6+
* 你在 osu! 的 IRC 密码 [点击此处获取](https://osu.ppy.sh/home/account/edit#legacy-api)
7+
8+
## 如何连接
9+
10+
打开 HexChat,首次启动会提醒你添加网络,我们可以在此添加一个名为 `osu` 的网络。
11+
12+
<details>
13+
<summary>查看示例</summary>
14+
15+
![添加网络](images/first_launch.png)
16+
17+
</details>
18+
</br>
19+
20+
点击 `编辑(E)...`,进入网络编辑页面
21+
22+
在这里,你需要
23+
24+
* 将上方的服务器地址改为 `irc.ppy.sh/6667`
25+
* 昵称改为你在 osu! 的用户名(用户名中有空格的需用下划线 `_` 代替)
26+
* 密码填写为你获取到的密码
27+
* 关闭 `在本网络上的所有服务器上使用 SSL`
28+
29+
<details>
30+
<summary>网络编辑页面示例</summary>
31+
32+
![示例](images/osuirc_network_editing.png)
33+
34+
</details>
35+
</br>
36+
37+
完成之后点击 `连接(O)` 即可连接
38+
39+
> [!NOTE]
40+
> 由于 HexChat 的字体问题,连接之后通常会出现中文乱码的现象,你需要在 `设置(E)` - `首选项(P)` - `外观` - `一般` 中切换一款支持中文的字体(如微软雅黑)。
41+
42+
> [!NOTE]
43+
> 可到 [osu! 的官方 wiki](https://osu.ppy.sh/wiki/zh/Community/Internet_Relay_Chat) 查看更多用法
44+
45+
## 使用 IRC
46+
47+
48+
<details>
49+
<summary>连接成功图例</summary>
50+
51+
![连接成功图例](images/osuirc_connected.png)
52+
53+
</details>
54+
</br>
55+
56+
常见的用法是创建并管理多人游戏,可使用 `/query Banchobot` 后对其发送 [比赛管理指令](https://osu.ppy.sh/wiki/zh/osu%21_tournament_client/osu%21tourney/Tournament_management_commands#%E4%BE%8B%E5%AD%90) 以使用本功能

0 commit comments

Comments
 (0)