Update the command to send a PM originating from the operator/admin that sent it.

This commit is contained in:
Jan Vidar Krey
2010-05-25 22:21:56 +02:00
parent 44860c8477
commit 62333c5f39
2 changed files with 30 additions and 3 deletions

View File

@@ -145,7 +145,7 @@ int route_to_all(struct hub_info* hub, struct adc_message* command) /* iterate u
route_to_user(hub, user, command);
user = (struct hub_user*) list_get_next(hub->users->list);
}
return 0;
}