but I can connect only with 1 slot
GeneralBot slots problem
Moderator: Moderators
-
Freddie
- Posts: 7
- Joined: 2003-06-11 22:54
GeneralBot slots problem
iMinSlots = 5 '<- Minimum number of slots.
but I can connect only with 1 slot
but I can connect only with 1 slot
-
InnerCity
- Posts: 105
- Joined: 2003-05-17 05:35
vip users=registered users have some privileges with generalbot
examples:
ElseIf bIsVIP(sUser) Then
sA="Can't flood a VIP user"
-----------------------------
Else
sA="Can't ban IP number '"+CStr(sUser)+"' because it belongs to an operator/VIP '"+CStr(sOp)+"'"
------------------------------------------------------
Case "VIP"
sA="Can't kickban a VIP user"
----------------------------------
etc, etc.
i think they only have this initial restriction
iVIPMinShare = n*1024^3 '<- (n gigabytes)
but you'd better wait the answer of Gadget, he is the father of the bot
and usually read the questions in the forum
examples:
ElseIf bIsVIP(sUser) Then
sA="Can't flood a VIP user"
-----------------------------
Else
sA="Can't ban IP number '"+CStr(sUser)+"' because it belongs to an operator/VIP '"+CStr(sOp)+"'"
------------------------------------------------------
Case "VIP"
sA="Can't kickban a VIP user"
----------------------------------
etc, etc.
i think they only have this initial restriction
iVIPMinShare = n*1024^3 '<- (n gigabytes)
but you'd better wait the answer of Gadget, he is the father of the bot
and usually read the questions in the forum
Hi hi hoo
-
Mikel
- Posts: 3
- Joined: 2004-03-08 03:34
Private Hub
Well that kinda sucks. My hub is private so ALL the users are registered. Does anyone know how to make it for registered members? Thanks!
-
InnerCity
- Posts: 105
- Joined: 2003-05-17 05:35
look for this
and try deleting 'bIsVip(curUser.sName) Or'
but you should change all the script to erase the vip-registered users privileges
Code: Select all
If iReason>0 And iReason<20 And iReason<>2 Then
If bIsVip(curUser.sName) Or Lcase(curUser.sName)=sLetUser Then iReason=0
End Ifand try deleting 'bIsVip(curUser.sName) Or'
but you should change all the script to erase the vip-registered users privileges
Hi hi hoo
Who is online
Users browsing this forum: Google [Bot] and 0 guests