X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fmodules%2FNeonServ.mod%2Fcmd_neonserv_dehalfop.c;h=7bd66fdfddb8153a4e034a3635ca7e6c27140a28;hb=78e040af3fcc36ab684611c0f98b4381ff420878;hp=549e53c1a9e8dda839f30c8135b94aa7c5792e71;hpb=902ebfe5551be2daa3edf8141bcee91f62c0a5e0;p=NeonServV5.git diff --git a/src/modules/NeonServ.mod/cmd_neonserv_dehalfop.c b/src/modules/NeonServ.mod/cmd_neonserv_dehalfop.c index 549e53c..7bd66fd 100644 --- a/src/modules/NeonServ.mod/cmd_neonserv_dehalfop.c +++ b/src/modules/NeonServ.mod/cmd_neonserv_dehalfop.c @@ -1,4 +1,4 @@ -/* cmd_neonserv_dehalfop.c - NeonServ v5.3 +/* cmd_neonserv_dehalfop.c - NeonServ v5.5 * Copyright (C) 2011-2012 Philipp Kreil (pk910) * * This program is free software: you can redistribute it and/or modify @@ -38,7 +38,7 @@ CMD_BIND(neonserv_cmd_dehalfop) { return; } cache->client = client; - cache->textclient = getTextBot(); + cache->textclient = textclient; cache->user = user; cache->event = event; cache->argv = calloc(argc, sizeof(char*));