Home
last modified time | relevance | path

Searched refs:OP_ADMIN (Results 1 – 3 of 3) sorted by relevance

/dports/net-p2p/opendchub/opendchub-0.8.3/src/
H A Dcommands.c422 if (user->type == OP_ADMIN) in chat()
1297 | OP_ADMIN, user); in my_info()
1326 | OP_ADMIN, user); in my_info()
1398 else if(user->type == OP_ADMIN) in my_info()
1664 user->type = OP_ADMIN; in my_pass()
2083 else if(user->type == OP_ADMIN) in set_var()
2097 else if(user->type == OP_ADMIN) in set_var()
2106 else if(user->type == OP_ADMIN) in set_var()
2124 else if(user->type == OP_ADMIN) in set_var()
2262 if(user->type == OP_ADMIN) in set_var()
[all …]
H A Dmain.c264 | OP_ADMIN, 1, 1); in fork_process()
411 | REGISTERED | OP | OP_ADMIN | ADMIN in switch_listening_process()
1009 if((user->type & (REGULAR | REGISTERED | OP | OP_ADMIN in handle_command()
1017 if((user->type & (REGULAR | REGISTERED | OP | OP_ADMIN in handle_command()
1025 if((user->type & (REGULAR | REGISTERED | OP | OP_ADMIN in handle_command()
1033 if((user->type & (REGULAR | REGISTERED | OP | OP_ADMIN in handle_command()
1065 if((user->type & (OP | OP_ADMIN | ADMIN | FORKED)) != 0) in handle_command()
1092 | OP_ADMIN, user); in handle_command()
1617 if(((user->type & (REGULAR | REGISTERED | OP | OP_ADMIN)) != 0) in handle_command()
2054 | OP_ADMIN | ADMIN) == 0) && (pid == 0) in remove_human_user()
[all …]
H A Dmain.h73 #define OP_ADMIN 0x20 macro