Page 1 of 1

"Enforcer" module

Posted: Sat Apr 03, 2004 11:34 am
by Glm
UltimateIRCD has some kind of module that comes private when you are killed/glined:

[12:53:06] * Enforcer appears from the mist around you
[12:53:06] * Enforcer Shows you a warrant: OperServ (Requested by Glm (No reason).)
[12:53:06] * Enforcer Politely escorts you out from the Network

Isn't it possible to make such a thing for unreal ircd :D

Greetz

Posted: Sat Apr 03, 2004 5:04 pm
by codemastr
Seems rather lame/stupid to me.

Posted: Sun Apr 04, 2004 4:27 am
by aquanight
Um...

Code: Select all

on 1:ERROR:Closing link *kill*:{
    echo -stc notice * Enforcer appears from the mist around you.
    echo -stc notice * Enforcer shows you a warrant: $5-
    echo -stc notice * Enforcer politely escorts you out from the network.
}

Posted: Sun Apr 04, 2004 12:53 pm
by AngryWolf
To aquanight: I think Enforcer is part of a services program that sends these messages to clients before killing/banning them. This script only works if everyone use mIRC and have the script loaded.