kj415j45/kjBot

View on GitHub
module/recordStat/global.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

global $Queue;
requireMaster();

if(fromGroup()){
    $Queue[]= sendBack(getUserCommandCount(0, 10));
}else{
    $Queue[]= sendBack(getUserCommandCount(0, nextArg()));
}

?>