|
False join/leave messages
#254496
14/08/15 02:22 AM
|
Joined: Jul 2015
Posts: 26
obee
OP
Ameglian cow
|
OP
Ameglian cow
Joined: Jul 2015
Posts: 26 |
mIRC constantly shows that users leave and join the channel every 5-20 mins or so, and jtv sets mode: +o is just spamming all the time.
It didnt do this before, anyone know how to fix?
|
|
|
Re: False join/leave messages
[Re: obee]
#254497
14/08/15 02:26 AM
|
Joined: Jan 2004
Posts: 1,352
Loki12583
Hoopy frood
|
Hoopy frood
Joined: Jan 2004
Posts: 1,352 |
You can hide that information by going to Options > IRC > Events (button) and disabling join/part/modes
|
|
|
Re: False join/leave messages
[Re: Loki12583]
#254498
14/08/15 02:35 AM
|
Joined: Jul 2015
Posts: 26
obee
OP
Ameglian cow
|
OP
Ameglian cow
Joined: Jul 2015
Posts: 26 |
Well i need to know when people join the channel. The problem is that it keeps repeating the messages even though no one has left or joined. Example:
nn
* @nightbot (nightbot@nightbot.tmi.twitch.tv) has left #obeewnn
* jtv sets mode: +o obeewnn
* jtv sets mode: -o obeesak
* jtv sets mode: -o nightbot
* nightbot (nightbot@nightbot.tmi.twitch.tv) has joined #obeewnn
* jtv sets mode: +o nightbot
* jtv sets mode: +o obeesak
* @obeewnn (obeewnn@obeewnn.tmi.twitch.tv) has left #obeewnn
* jtv sets mode: -o obeewnn
* obeewnn (obeewnn@obeewnn.tmi.twitch.tv) has joined #obeewnn
* jtv sets mode: +o obeewnn
* @obeewnn (obeewnn@obeewnn.tmi.twitch.tv) has left #obeewnn
* jtv sets mode: -o obeewnn
* obeewnn (obeewnn@obeewnn.tmi.twitch.tv) has joined #obeewnn
* jtv sets mode: +o obeewnn
* jtv sets mode: -o nightbot
* jtv sets mode: -o obeesak
* jtv sets mode: -o obeewnn
* jtv sets mode: +o nightbot
* jtv sets mode: +o obeewnn
* jtv sets mode: +o obeesak
* @obeewnn (obeewnn@obeewnn.tmi.twitch.tv) has left #obeewnn
* jtv sets mode: -o obeewnn
* obeewnn (obeewnn@obeewnn.tmi.twitch.tv) has joined #obeewnn
* jtv sets mode: +o obeewnn
|
|
|
Re: False join/leave messages
[Re: obee]
#254499
14/08/15 02:37 AM
|
Joined: Jan 2004
Posts: 1,352
Loki12583
Hoopy frood
|
Hoopy frood
Joined: Jan 2004
Posts: 1,352 |
mIRC isn't just making stuff up, those messages are received from the server. There's nothing to fix. Twitch has terrible IRC support.
|
|
|
Re: False join/leave messages
[Re: obee]
#254518
14/08/15 02:29 PM
|
Joined: Feb 2003
Posts: 3,432
sparta
Hoopy frood
|
Hoopy frood
Joined: Feb 2003
Posts: 3,432 |
You can use rawmode to hide it.
on ^*:rawmode:#: {
haltdef
if ($nick == $server) { return }
else { echo -mt $chan $nick sets mode: $1 $2- }
}
or you can use raw, but i dont remember what one go where. Look it up on google.. This is untested.
if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
|
|
|
Re: False join/leave messages
[Re: Loki12583]
#254522
14/08/15 05:06 PM
|
Joined: Jul 2015
Posts: 26
obee
OP
Ameglian cow
|
OP
Ameglian cow
Joined: Jul 2015
Posts: 26 |
mIRC isn't just making stuff up, those messages are received from the server. There's nothing to fix. Twitch has terrible IRC support. I find it hard to believe that in the past week something changed in twitch and is duplicating hundreds of thousands of join/leave messages every second. Could this have anything to do with the fact that i upgrade to windows 10? Last week this was not happening on windows 7.
|
|
|
Re: False join/leave messages
[Re: sparta]
#254523
14/08/15 05:08 PM
|
Joined: Jul 2015
Posts: 26
obee
OP
Ameglian cow
|
OP
Ameglian cow
Joined: Jul 2015
Posts: 26 |
You can use rawmode to hide it.
on ^*:rawmode:#: {
haltdef
if ($nick == $server) { return }
else { echo -mt $chan $nick sets mode: $1 $2- }
}
or you can use raw, but i dont remember what one go where. Look it up on google.. This is untested. I need to see the join/leave messages, and don't want to hide it. Will this just hide the duplicate join/leave messages? or will it hide all join/leave messages?
|
|
|
Re: False join/leave messages
[Re: obee]
#254524
14/08/15 06:01 PM
|
Joined: Feb 2003
Posts: 3,432
sparta
Hoopy frood
|
Hoopy frood
Joined: Feb 2003
Posts: 3,432 |
This will hide the messages from the server, but you will see all op's and so on done by a person, test it and see how it work, if not, then just remove it.
Put the code in remote "ALT + R" in your mirc, close and you are done.
if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
|
|
|
Re: False join/leave messages
[Re: sparta]
#254534
14/08/15 10:57 PM
|
Joined: Jan 2004
Posts: 1,352
Loki12583
Hoopy frood
|
Hoopy frood
Joined: Jan 2004
Posts: 1,352 |
Users don't set modes, only the server.
|
|
|
Re: False join/leave messages
[Re: Loki12583]
#254541
15/08/15 08:13 AM
|
Joined: Feb 2003
Posts: 3,432
sparta
Hoopy frood
|
Hoopy frood
Joined: Feb 2003
Posts: 3,432 |
As i wrote, untested. Dont know it it work or if it hides all the modes set in the channel.
if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
|
|
|
|
|
|