"Enforcer" module

These are old archives. They are kept for historic purposes only.
Post Reply
Glm
Posts: 6
Joined: Wed Mar 31, 2004 11:56 am
Location: Genk
Contact:

"Enforcer" module

Post 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
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

Seems rather lame/stupid to me.
-- codemastr
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post 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.
}
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post 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.
Post Reply