• Welcome to Valhalla Legends Archive.
 

[VB] ban evasion detection

Started by Noodlez, December 18, 2002, 02:30 PM

Previous topic - Next topic

Noodlez


Private Sub Binary_Join(usrName As String, ByVal usrFlags As Long, usrText As String, Ping As Long)
    If usrFlags = BNFLAGS_SQUELCH Then
                Send "/ban " & usrname & " Ban evasion detected!"
    End if
End Sub

oops, had some extra code