diff -r 1b35c9985989 -r 6bbaebc472b5 main.cxx --- a/main.cxx Sun Aug 12 03:23:33 2012 +0300 +++ b/main.cxx Sun Aug 12 04:10:25 2012 +0300 @@ -57,6 +57,7 @@ #include "botcommands.h" const char* g_Keywords[] = { + "do", "event", "for", "goto", @@ -74,7 +75,6 @@ "case", "continue", "default", - "do", "else", "enum", // Would enum actually be useful? I think so. "func", // Would function support need external support from zandronum?