AuthorMessage
Pitbull
Clone
Posts: 3

Heloo ya to all can somebody tell me how can i get or setup right click op commands for he xhub for my operators i have hub about 600 users  and my operators mett fitst time with the hex hub please helpThanks  
Ashura
Unstopable
Posts: 370

i can give u few of mine user commands
timeban for 1 day:
Code:
!kick %[nick] _ban1_1d %[fileFN] %[line:reason]

u can have timeban for differ time index in m (minutes), h (hours), d (days), M (months), Y (years)
they are also 3 kind of bans
[list:87ae8abbc6]
_ban0_  is IP / range / ISP ban. users banned with ban0 will see connection reset when they try to log into hub
_ban1_ is IP / range / ISP ban. User can connect to hub to see the reason. If a nick is given the user will be banned by his IP
_ban2_ is nick / IP / range / ISP ban. Default is only nickban but retricting with IP/range is supported[/list:u:87ae8abbc6]
reg Vip/ OP/ Reg:
Code:

!reg OP %[nick]
!reg Vip %[nick]
!reg reg %[nick]

in this case regs will have to store alone their passwords
rename
Code:
!rename %[nick] %[line:reason]

if u want any other user commands tell me i duno now any other interesting
maybe lz can tell u how to inplant them in menu from hub gui  8)
Lord_Zero
Ametuar
Posts: 122

See also the editor for user commands that HeXHub has (last page in Extra options).
Pitbull
Clone
Posts: 3

people thanks wery much  you are the great  
Link
n00b
Posts: 11

was there a way to set in a password for the register cmd?
Lord_Zero
Ametuar
Posts: 122

Yes, there was and still is 
Code:
!reg * nick * password

To delete the password:
Code:
!reg * nick * -

For more information about the !reg command read the help.
Link
n00b
Posts: 11

i was asking for a right clicker...
maybe something like : !reg OP %[nick] %[password]  ???
Ashura
Unstopable
Posts: 370

Quoted from Ashura

reg Vip/ OP/ Reg:
Code:

!reg OP %[nick]
!reg Vip %[nick]
!reg reg %[nick]

in this case regs will have to store alone their passwords

this is for reg ops or whatever profile u need
Link
n00b
Posts: 11

right...just didnt know if adding %[password] at the end you allow for the entering of a password all at once instead of manually later.
Ashura
Unstopable
Posts: 370

erm no lol
they dont need to store password manuely at all, if they had already password in properties for this hub, password will update automaticly.
the way shown here allows the ppl to store their own passwords so no1 else cud know them.
Lord_Zero
Ametuar
Posts: 122

Quoted from Link
right...just didnt know if adding %[password] at the end you allow for the entering of a password all at once instead of manually later.

I repeat:
Quoted from Lord_Zero
For more information about the !reg command read the help.

Code:

!reg                     -   lists all defined user profiles
!reg <profile>            -   lists all users in specified profile with a lower access level than yours
!reg <profile> <nick>   -   add / change / delete a registration
!reg <profile> <nick> <IP/range/ISP> <password>
               -   changes a registration entry. To leave a value unchanged use "*". To remove a value use "-".

Link
n00b
Posts: 11

mr zero....i see what you are saying, and i saw it the first time but i wasnt asking how to register a user, i already know that. i was simply trying to take the right click command to register a user that was posted earlier in this thread and see if i could add a password option to it...but Ashura did a good job of clearing up for me why there would not be one.
Thanks for the help tho.
Lord_Zero
Ametuar
Posts: 122

As i see you didn't even read what i posted.
Quoted from Lord_Zero
Yes, there was and still is 
Code:
!reg * nick * password

To delete the password:
Code:
!reg * nick * -

For more information about the !reg command read the help.

These commands will change the password of an existing account.
The user command that registers a new VIP account with password would be:
Code:
!reg VIP %[nick] * %[line: Enter the password:]

Code:
$UserCommand 2 2 Register new VIP$$To: %[bot] From: %[mynick] $<%[mynick]> !reg VIP %[nick] * %[line: Enter the password:]|

The_Ancyent
Clone
Posts: 1

Ashura .. here there is another way you create a right click command for your hub
Code:
!kick %[nick] _ban%[line:Level : 0/1/2]_%[line:Time m(minutes)/h(hours)/d(days)/M(month)/Y(Years)] %[fileFN] %[line:Reason]

Level = 0 - 1 - 2
Time = m(minutes)/h(hours)/d(days)/M(month)/Y(Years)