]> git.somenet.org - irc/robot9000.git/blob - decrementPenalty.sh
GITOLITE.txt
[irc/robot9000.git] / decrementPenalty.sh
1 #!/bin/zsh
2 echo 'select current_timestamp; update users set timeout_power = timeout_power - 1 where timeout_power > 0;' | sqlite3 -bail -echo -cmd '.timeout 5000' ~/robot9000/robot9000.sqlite