Another year is about to end... So we have to update these damn copyright information :P
[NeonServV5.git] / src / cmd_neonserv_addrank.c
index e9194be14d3cade60836f7d7b00e710373b10cab..6ade32dc5d79cc4b837e7e997fd3804d11ef7f61 100644 (file)
@@ -1,5 +1,5 @@
-/* cmd_neonserv_addrank.c - NeonServ v5.0
- * Copyright (C) 2011  Philipp Kreil (pk910)
+/* cmd_neonserv_addrank.c - NeonServ v5.3
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -32,5 +32,5 @@ CMD_BIND(neonserv_cmd_addrank) {
         return;
     }
     printf_mysql_query("INSERT INTO `support_ranks` (`rank_name`) VALUES ('%s')", escape_string(name));
-    reply(getTextBot(), user, "NS_ADDRANK_EXISTS", name);
+    reply(getTextBot(), user, "NS_ADDRANK_DONE", name);
 }