Add /clear to serversigns command whitelist

This commit is contained in:
Dico200
2016-06-03 20:29:25 +02:00
parent 0aa18e9945
commit 2f943e8b12

View File

@@ -17,7 +17,8 @@ commands_whitelist = (
"p h", "plot home", "plot h", "p home", "plotme home", "plotme h",
"up",
"tppos",
"seen"
"seen",
"clear",
)
max_line_length = 256