Skip to content

Commit

Permalink
renamed: Undistinct. Good enough I hope.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosuav committed Jun 15, 2024
1 parent e23b5f9 commit b138f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/renamed.pike
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ __async__ mapping message_params(object channel, mapping person, array param) {
}
int uid; catch {uid = await(get_user_id(user));};
if (!uid) error("Can't find that person.\n");
array names = await(G->G->DB->query_ro("select distinct login from stillebot.user_login_sightings where twitchid = :id order by sighted",
array names = await(G->G->DB->query_ro("select login from stillebot.user_login_sightings where twitchid = :id order by sighted",
(["id": uid])))->login;
string|zero foll = await(check_following(uid, channel->userid)); //FIXME: What if no perms?
string|zero follage;
Expand Down

0 comments on commit b138f85

Please sign in to comment.