Implement SCRAM-SHA-256
This commit is contained in:
parent
ead3b37cf9
commit
876d9ebdd0
36 changed files with 5089 additions and 72 deletions
|
@ -64,12 +64,6 @@ export default function handleSocket({
|
|||
topic({ server, channel, topic, nick }) {
|
||||
if (nick) {
|
||||
dispatch(addEvent(server, channel, 'topic', nick, topic));
|
||||
/* if (topic) {
|
||||
dispatch(inform(`${nick} changed the topic to:`, server, channel));
|
||||
dispatch(print(topic, server, channel));
|
||||
} else {
|
||||
dispatch(inform(`${nick} cleared the topic`, server, channel));
|
||||
} */
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue