*** VERSION 5.5.0 ***
[NeonServV5.git] / src / modules / NeonServ.mod / cmd_neonserv_voiceall.c
index 8a2c018101dbb60371c4cd2a510d93f2439458ac..d1c5b54b5f8839cba32093dcb6976a2d804bee2f 100644 (file)
@@ -1,4 +1,4 @@
-/* cmd_neonserv_voiceall.c - NeonServ v5.3
+/* cmd_neonserv_voiceall.c - NeonServ v5.5
  * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
@@ -37,7 +37,7 @@ CMD_BIND(neonserv_cmd_voiceall) {
         return;
     }
     cache->client = client;
-    cache->textclient = getTextBot();
+    cache->textclient = textclient;
     cache->user = user;
     cache->event = event;
     if(argc > 0) {