Skip to content

Commit e8883e9

Browse files
committed
Use auditorium slugs in IRC channel names
1 parent 20626b2 commit e8883e9

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
@@ -62,7 +62,7 @@ export class IRCBridge {
6262
}
6363

6464
public async deriveChannelName(auditorium: Auditorium) {
65-
const name = await auditorium.getName();
65+
const name = await auditorium.getSlug();
6666
if (!name) {
6767
throw Error('Auditorium name is empty');
6868
}

0 commit comments

Comments
 (0)