wiki/Community/Internet_Relay_Chat/en.md CHANGED
@@ -18,7 +18,7 @@ Open settings of your IRC client and fill in the values (you may need to add a s
18
18
  - Port: `6667`
19
19
  - SSL: disabled
20
20
  - Username: your osu! username. Replace spaces with underscores (e.g., `beppy master 1000` becomes `beppy_master_1000`)
21
- - Password: the password from [IRC Authentication](https://osu.ppy.sh/p/irc) page
21
+ - Password: the password from the [account settings page](https://osu.ppy.sh/home/account/edit#legacy-api)
22
22
 
23
23
  *Warning: Your IRC password is different from your account password. **Do not share it with others**.*
24
24
 
@@ -44,6 +44,7 @@ By default, many IRC clients inform you when a user joins or leaves a channel. F
44
44
  | [ircII](http://www.eterna.com.au/ircii/) | Type `IGNORE * CRAP` |
45
45
  | [Irssi](https://irssi.org) | Type `/ignore * JOINS PARTS QUITS` |
46
46
  | [Weechat](https://weechat.org/) | Type `/filter add joinquit * irc_join,irc_part,irc_quit *` |
47
+ | [Konversation](https://konversation.kde.org/) | Check "Hide Join/Part/Nick Events" under `Settings` -> `Configure Konversation...` (`Ctrl` + `Shift` + `,`) -> `Behavior` -> `Chat Window` |
47
48
  | [KVIrc](https://www.kvirc.net/) | (Refer to [the KVIrc wiki page](https://github.com/kvirc/KVIrc/wiki/FAQ#how-do-i-suppress-join-part-and-quit-messages)) |
48
49
  | [mIRC](https://www.mirc.com/) | Go to mIRC Options (`Tools` -> `Options`, or `Alt` + `O`), select `IRC`, click the `Events...` button and select `Hide` for joins and parts |
49
50
  | [Quassel IRC](https://quassel-irc.org/) | Right-click inside the chat and choose Joins/Parts/Quits in the "Hide Events" menu |
@@ -61,7 +62,7 @@ Alternatively, use a different server address, `cho.ppy.sh` (you will still conn
61
62
 
62
63
  Try the following:
63
64
 
64
- 1. Make sure you are using the correct password from the [IRC Authentication page](https://osu.ppy.sh/p/irc).
65
+ 1. Make sure you are using the correct password from the [account settings page](https://osu.ppy.sh/home/account/edit#legacy-api).
65
66
  2. If your username has spaces, replace them with underscores (e.g. `This Username` becomes `This_Username`).
66
67
 
67
68
  ### Can I use another username?
@@ -77,10 +78,10 @@ Type first few letters of the username, then use `Tab` to cycle through autocomp
77
78
  The IRC standard has a concept of channel modes, or sets of actions every user can perform. In osu!Bancho, two modes are used for special groups of chat users:
78
79
 
79
80
  - `+`, or "voice status": user is connected via external IRC client
80
- - `@`, or "chat operator status": user is a chat moderator ([GMT](/wiki/People/The_Team/Global_Moderation_Team) or [NAT](/wiki/People/The_Team/Nomination_Assessment_Team))
81
+ - `@`, or "chat operator status": user is a chat moderator ([GMT](/wiki/People/Global_Moderation_Team) or [NAT](/wiki/People/Nomination_Assessment_Team))
81
82
 
82
83
  Users connected via osu! client or web site have no prefix.
83
84
 
84
85
  ### Someone sends messages, but they are not in the list of channel users!
85
86
 
86
- They are either using [the web version of chat](https://osu.ppy.sh/community/chat) or connected via [osu!(lazer)](https://github.com/ppy/osu).
87
+ They are either using [the web version of chat](https://osu.ppy.sh/community/chat) or connected via [osu!(lazer)](/wiki/Client/Release_stream/Lazer).