mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Sep 2005
Posts: 2
K
kasstis Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
K
Joined: Sep 2005
Posts: 2
I'm looking for a script that timebans a killed user. The quit message will look somewhing like this. "—› quit: (NICK) (~IDENT@VHOST.ORG) (Killed (*.quakenet.org (You are violating network rules, ID: 454975)))"

So when this happen, I want my script to set mode +b *!*@VOST.ORG and then remove the ban after ten minutes. So, can anyone help me?

Joined: Mar 2005
Posts: 212
N
Fjord artisan
Offline
Fjord artisan
N
Joined: Mar 2005
Posts: 212
Quote:

on QUIT

The on QUIT event triggers when a user quits IRC while on the same channel as you.


Format: on <level>:QUIT:<commands>
Example: on 1:QUIT:/notice $me $nick just quit IRC with the message $1-

Examples

on 1:QUIT:/ame waves bye-bye to $nick *sniff*

This triggers when a user quits IRC while on the same channel as you. The $1- parameters hold the user's quit message.


Link Copied to Clipboard