Skip to content

Commit

Permalink
hookup cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
stonedDiscord authored Dec 16, 2024
1 parent 62d0547 commit bcabdc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aoclient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const QMap<QString, AOClient::CommandInfo> AOClient::COMMANDS{
{"need", {{ACLRole::NONE}, 1, &AOClient::cmdNeed}},
{"coinflip", {{ACLRole::NONE}, 0, &AOClient::cmdFlip}},
{"roll", {{ACLRole::NONE}, 0, &AOClient::cmdRoll}},
{"rolla", {{ACLRole::NONE}, 0, &AOClient::cmdRollA}},
{"rollp", {{ACLRole::NONE}, 0, &AOClient::cmdRollP}},
{"doc", {{ACLRole::NONE}, 0, &AOClient::cmdDoc}},
{"cleardoc", {{ACLRole::NONE}, 0, &AOClient::cmdClearDoc}},
Expand Down

0 comments on commit bcabdc3

Please sign in to comment.