Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write message from Global to the server window #21

Closed
DirectorX opened this issue Aug 5, 2017 · 7 comments
Closed

Write message from Global to the server window #21

DirectorX opened this issue Aug 5, 2017 · 7 comments

Comments

@DirectorX
Copy link

message from Global should be received in the server window.

@osa1
Copy link
Owner

osa1 commented Aug 15, 2017

It seems to me that Global is not a special name, and could be used by users in other servers. Maybe we can add a new field to servers field in .tinyrc.yml to specify which nicks are bots, and should be shown in the server tab instead of in new tabs. How does that sound?

@DirectorX
Copy link
Author

You are right, I think this kind of messages have something different from normal messages. I will look in to it when I have time. Also we should put messages from *serv in the main buffer for example messages from HostServ etc..

@DirectorX
Copy link
Author

Hi @osa1
Here a sample of raw global messages

:Global!services@p2p-network.net NOTICE void :[.Logon News. - Dec 20 15:31:59 2009 CST] We now have to pay approximately $300 a month to maintain our servers. Any donation would be welcome and can be done at http://www.p2p-network.net/ or directly to donate@p2p-network.net via PayPal. Thanks
:Global!services@p2p-network.net NOTICE void :[.Random News. - Dec 30 08:51:05 2006 CST] For users who do NOT want to see network messages/announcements please set mode -w ( in mirc: //mode $me -w )

@osa1
Copy link
Owner

osa1 commented Jan 13, 2018

One of the servers I connect these days also use Global for announcements, it's very annoying. I just checked and somehow konversation shows these messages in the server tab, I wonder how it does this. I'll check the source code.

@FreeFull
Copy link

Irssi sends all NOTICEs to the server tab if there is no corresponding query window open.

@osa1
Copy link
Owner

osa1 commented Jan 13, 2018

Hmm that's a good idea, we should probably do the same. I just checked and it seems like NickServ messages are also NOTICEs so we implement this we can get rid of this special case for NickServ messages.

@osa1 osa1 closed this as completed in c2f5392 Jan 14, 2018
@osa1
Copy link
Owner

osa1 commented Jan 14, 2018

This worked out nicely. Thanks for the idea @FreeFull.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants