hirc

IRC client
Log | Files | Refs

commit 70ce92d98870e1d3b3e5e42930773751ee53a520
parent e9aa126046e391df5b424dcfdf29cd8b911351e3
Author: hhvn <dev@hhvn.uk>
Date:   Tue,  8 Mar 2022 21:51:35 +0000

Changed my mind on updating expect from schedule.

Diffstat:
Msrc/commands.c | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/commands.c b/src/commands.c @@ -458,7 +458,10 @@ command_join) { /* Perhaps we should update expect from schedule? * That'd make more sense if different stuff gets - * scheduled for events that happen at different times */ + * scheduled for events that happen at different times + * + * Actually, I think that would be a bad idea if schedule gets opened + * up to the user. Don't want automatic events triggering ui changes. */ expect_set(server, Expect_join, str); }