Skip to content

Commit ad4a9aa

Browse files
committed
Use auditorium slugs in IRC channel names
1 parent 6fcc7a2 commit ad4a9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IRCBridge.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class IRCBridge {
5656
}
5757

5858
public async deriveChannelName(auditorium: Auditorium) {
59-
const name = await auditorium.getName();
59+
const name = await auditorium.getSlug();
6060
if (!name) {
6161
throw Error('Auditorium name is empty');
6262
}

0 commit comments

Comments
 (0)