Fix whitespace

This commit is contained in:
Joe4evr
2017-01-31 02:36:57 +01:00
parent 02969ff7b5
commit c7bb1cdf31

View File

@@ -99,7 +99,7 @@ class Program
var msg = arg as SocketUserMessage;
if (msg == null) return;
// Create a number to track where the prefix ends and the command begins
// Create a number to track where the prefix ends and the command begins
int pos = 0;
// Replace the '!' with whatever character
// you want to prefix your commands with.