![]() |
|
Ignore/unignore chatters - Printable Version +- LibraIRC.net Forums (https://librairc.net/forums) +-- Forum: Public Forums (https://librairc.net/forums/forum-47.html) +--- Forum: IRC Discussions (https://librairc.net/forums/forum-57.html) +---- Forum: mIRC (https://librairc.net/forums/forum-64.html) +---- Thread: Ignore/unignore chatters (/thread-27.html) |
Ignore/unignore chatters - Omar - 16-10-2011 Code: /ignore [-][p|c|i|n|t|a|x|d|k|r] <hostmask|nickname> First if you wanna ignore someone from Private with nickname Histen Code: /ignore -p HistenSecond If you wanna ignore with IP for example Histen is FA0226.ACF033.D0C64D.9730CE as sometime when you ignore with nick the nick change it and Private you again so to stop that i advice for IP ignore Code: /ignore -p *!*FA0226.ACF033.D0C64D.9730CEFor ignore list Code: /ignore -lFor remove a ignore you made there are two ways First Code: /ignore -r <nickname|hostmask> for remove specify nick or hostmaskSecnond Code: /ignore -r for remove all ignores on the listPlease Note: This way only working for who using mIRC scripts if you are using the website i would suggest using silence and you can find a description for it here: http://chanops.org/community/tips-and-tutorials/how-to-ignore-someone-using-silence-command/ hope it was clear for everyone
Re: Ignore/unignore chatters - tHeBrAiNLiGhT - 27-05-2013 Hey there.. If you're using mIRC you can also use: -u[time] without the "[]" - defines, after what time (in seconds) the user will be automatically unignored. For example: /ignore -inu300 Bob!*@* - ignores the nick Bob (host: Bob!*@* ) in notices and invites, removes it automatically after 300 seconds (5 minutes). You can use of course, the "bansyntax" in ignore (like /ban $chan $nick 2 - mode $chan +b *!*@host). Usage: /ignore -[parameters]<optional> $nick [type] - ignores the [type] of the host of the User $nick, with the [parameters] and <optional> (like for -u). This types are avaiable: 0: *!user@host 1: *!*user@host 2: *!*@host 3: *!*user@*.host 4: *!*@*.host 5: nick!user@host 6: nick!*user@host 7: nick!*@host 8: nick!*user@*.host 9: nick!*@*.host For example: Bob is IPman@E9AF13.AB543C.8760EC.120BC5 * Robert /ignore -pn Bob 2 - ignores (permanent) *!*@E9AF13.AB543C.8760EC.120BC5 (Cloaked IP of the chatter Bob) in private and notice. Let us combine both: For example: Usb is StIcK@55893A.87BE31.BC3E10.A23CDF * Cable /ignore -ktdu600 Usb 0 - ignores the host *!StIcK@55893A.87BE31.BC3E10.A23CDF of the user Usb in dcc, code control, public notice for 600 seconds (10 minutes) and removes it automatically after that time. Greetings tHeBrAiNLiGhT [/time] Re: Ignore/unignore chatters - CantStop - 24-11-2013 Sometimes for me on windows 8 the /ignore command doesn't work on the website so I use /silence and it seems to work more often. IMO that command is better. Re: Ignore/unignore chatters - Omar - 24-11-2013 yea .. ignore is basically on scripts .. for using silence check http://chanops.org/community/tips-and-tutorials/how-to-ignore-someone-using-silence-command/ |