We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13fcf80 commit 7244b95Copy full SHA for 7244b95
Commands/setuid/ban
@@ -0,0 +1,7 @@
1
+#!/bin/sh
2
+
3
+. .server-settings
4
5
+if [ $# = "1" ]
6
+then screen -S ${GNUSCREEN_SESSION} -p ${GNUSCREEN_WINDOW} -X stuff "ban ${1}"`printf \\\r`
7
+fi
0 commit comments