Thank you..
//greetings Night
'If NOT curUser.bOperator Then
lPos = InStr(1, sCurData, "> ")
sTheText = Mid(sCurData, lPos + 2)
If LCase(Left(sTheText,
VIP = Mid(curUser.sName, 1, 5)
OPSU = Mid(curUser.sName, 1, 4)
If VIP = "[VIP]" And NOT(curUser.bOperator) Then
curUser.PrivateMessage CStr(sBotName), "You have tried to register your nickname with [VIP] in, and therefore been kicked"
frmHub.DoEventsForMe
curUser.kick()
Allow = 1
ElseIf OPSU = "[OP]" And NOT(curUser.bOperator) Then
curUser.PrivateMessage CStr(sBotName), "You have tried to register your nickname with [OP] in, and therefore been kicked"
frmHub.DoEventsForMe
curUser.kick()
Allow = 1
ElseIf OPSU = "[SU]" And NOT(curUser.bOperator) Then
curUser.PrivateMessage CStr(sBotName), "You have tried to register your nickname with [SU] in, and therefore been kicked"
frmHub.DoEventsForMe
curUser.kick()
Allow = 1