Correct spelling mistakes.
This commit is contained in:
parent
8f20593b26
commit
ad238726b7
@ -26,7 +26,7 @@ describe('message reducer', () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
it('adds all the messsages on ADD_MESSAGES', () => {
|
it('adds all the messages on ADD_MESSAGES', () => {
|
||||||
const state = reducer(undefined, {
|
const state = reducer(undefined, {
|
||||||
type: actions.ADD_MESSAGES,
|
type: actions.ADD_MESSAGES,
|
||||||
server: 'srv',
|
server: 'srv',
|
||||||
|
@ -99,7 +99,7 @@ func (i *ircHandler) join(msg *irc.Message) {
|
|||||||
channelStore.AddUser(msg.Nick, i.client.Host, channel)
|
channelStore.AddUser(msg.Nick, i.client.Host, channel)
|
||||||
|
|
||||||
if msg.Nick == i.client.GetNick() {
|
if msg.Nick == i.client.GetNick() {
|
||||||
// Incase no topic is set and theres a cached one that needs to be cleared
|
// In case no topic is set and there's a cached one that needs to be cleared
|
||||||
i.client.Topic(channel)
|
i.client.Topic(channel)
|
||||||
|
|
||||||
i.state.sendLastMessages(i.client.Host, channel, 50)
|
i.state.sendLastMessages(i.client.Host, channel, 50)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user