erming / shout

Deprecated. See fork @ https://github.com/thelounge
MIT License
3.62k stars 272 forks source link

Message of the day not outputted in console? #109

Closed Nicarim closed 10 years ago

Nicarim commented 10 years ago

Related to password issue somehow, server i'm trying to connect to (irc.ppy.sh) relies on url provided in motd (it redirects to place where you can get password), yet, I can't see any output in console, probably shout is ignoring what gets send by server?

Not sure if it's only my side, you can try testing it yourself by connecting to irc.ppy.sh:6667 (no ssl) with any nickname.

Welcome to osu!bancho.

- You are required to authenticate before accessing this service
.- Please click the following link to complete this process:
- http://osu.ppy.sh/p/ircauth?action=allow&nick=[name]&ip=[ip]
- 

Here is how output should look like

erming commented 10 years ago

I hid it some time ago (https://github.com/erming/shout/blob/master/src/plugins/irc-events/motd.js), because I usually think they're unnecessay. But I could bring it back. Hold on.

erming commented 10 years ago

Ok, i've implemented it here: https://github.com/erming/shout/commit/666f21cd66c3c025ac20340da65a8197878c27f9

It's hidden by default (you can turn it on in the settings).

Hope you like it!