remind channel on join

This commit is contained in:
anon 2023-08-04 12:00:24 +02:00
parent 9841988af1
commit 893c61d747

View File

@ -113,8 +113,8 @@ event_connect(irc_session_t * session,
if(is_no_assignment(creds.channel)){
ircmsg(IRC_RED "No assignment for this channel. Finding a new...");
random_assign(creds.channel);
ircmsg(remind(creds.channel));
}
ircmsg(remind(creds.channel));
}
DECL void