Skip to content
Snippets Groups Projects
Commit 8f7d1f2b authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed typo in go_to_group().

Rev: lib/modules/Protocols.pmod/NNTP.pmod:1.6
parent c02fe1ed
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ class client
{
failsafe_command("group "+group);
object o=Group();
o->grop=group;
o->group=group;
sscanf(rest,"%d %d %d",int num,o->min,o->max);
current_group=o;
return o;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment