Home
About
Download
Register
News
Help
Register
Log In
Forums
Scripts & Popups
prevent onjoin msg
Forums
Active Threads
Search
Who's Online
Help
Print Thread
prevent onjoin msg
#
137583
14/12/05
08:42 PM
R
rtg
rtg
R
hello
some people have an annoying auto onjoin msg script that msgs me when I enter a room
is there any way to prevent it and block these msgs ?
I was thinking about a script that blocks all queries for 1 (or x) seconds from the moment I enter a channel
thanks!
Copy Link to Clipboard
Re: prevent onjoin msg
#
137584
14/12/05
09:40 PM
N
NeUtRoN_StaR
NeUtRoN_StaR
N
on *:join:#:{
if ($nick == $me) {
ignore -p *
timerignore 1 10 ignore -r *
}
}
you could also use on me(i think) instead of on * and then the later comparison
this is untested
Last edited by NeUtRoN_StaR;
14/12/05
09:54 PM
.
Copy Link to Clipboard
Re: prevent onjoin msg
#
137585
15/12/05
09:16 AM
Joined:
Apr 2003
Posts: 701
Leuven, Belgium
K
Kelder
Hoopy frood
Kelder
Hoopy frood
K
Joined:
Apr 2003
Posts: 701
Leuven, Belgium
Put the line below in remotes (alt-r alt-r). The . makes it silent, so no '* Added *!*@* to ignore list' messages are shown.
on me:*:JOIN:#:.ignore -pu2 *
Copy Link to Clipboard
Hop To
News and Discussions ------
Latest News
General Discussion
Support ------
mIRC Help
Connection Issues
Scripts & Popups
Development ------
Feature Suggestions
Developers
Bug Reports
Print Thread
Switch to Threaded Mode
Show Likes
Link Copied to Clipboard
View Profile
Private Message
Follow User
Forum Posts
Forum Rules
·
Mark All Read
Contact Us
·
Help
·
mIRC Homepage