mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-20 02:21:44 +01:00
new unfollow command available for all players (#6)
* new unfollow command available for all players * new unfollow command available for all players (fix redundant check) * new unfollow command available for all players (fix redundant check)
This commit is contained in:
@@ -323,6 +323,7 @@ cpp_extern const struct command_info cmd_info[] = {
|
||||
{ "unlock" , "unlock" , POS_SITTING , do_gen_door , 0, SCMD_UNLOCK },
|
||||
{ "unban" , "unban" , POS_DEAD , do_unban , LVL_GRGOD, 0 },
|
||||
{ "unaffect" , "unaffect", POS_DEAD , do_wizutil , LVL_GOD, SCMD_UNAFFECT },
|
||||
{ "unfollow" , "unf" , POS_RESTING , do_unfollow , 0, 0 },
|
||||
{ "uptime" , "uptime" , POS_DEAD , do_date , LVL_GOD, SCMD_UPTIME },
|
||||
{ "use" , "use" , POS_SITTING , do_use , 1, SCMD_USE },
|
||||
{ "users" , "users" , POS_DEAD , do_users , LVL_GOD, 0 },
|
||||
|
||||
Reference in New Issue
Block a user