Typfix in ChannelParser()
Change-Id: Iaf7fee404bf06aac8e585822b143402c5989bc48
diff --git a/std/player/channel.c b/std/player/channel.c
index 7fce347..93ac6f0 100644
--- a/std/player/channel.c
+++ b/std/player/channel.c
@@ -240,10 +240,10 @@
#endif
int ChannelParser(string args)
{
- mixed ch, cmd, tmp;
+ mixed ch;
int pos, type, err;
- string txt;
- cmd = query_verb();
+ string txt, tmp;
+ string|string* cmd = query_verb();
args = _unparsed_args();
notify_fail("Benutzung: -<Ebene>[ ]['|:|;]<Text>\n"
" -<Ebene>[+|-|?|!|*]\n"