What is the difference between buffer server messages? #315
-
What is the difference between buffer.server_messages.join, buffer.server_messages.part, buffer.server_messages.quit, and buffer.server_messages.topic? |
Beta Was this translation helpful? Give feedback.
Answered by
casperstorm
Apr 3, 2024
Replies: 1 comment
-
It is messages from the server which you see in a buffer. So, You can control these to eg. hide them if you they are irrelevant to you.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aljustiet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is messages from the server which you see in a buffer. So,
join
is when a user joins a channel,part
is when they leave and so on.You can control these to eg. hide them if you they are irrelevant to you.