You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
register_local_user() calls check_client() before a ~ is prepended to a user's username and this means that a devastating amount of lines in check_client() need to manually apply the ~ for snotes and log lines as seen below
register_local_user()
callscheck_client()
before a~
is prepended to a user's username and this means that a devastating amount of lines incheck_client()
need to manually apply the~
for snotes and log lines as seen belowsolanum/ircd/s_conf.c
Line 204 in bd38559
solanum/ircd/s_conf.c
Line 209 in bd38559
solanum/ircd/s_conf.c
Line 219 in bd38559
solanum/ircd/s_conf.c
Line 223 in bd38559
solanum/ircd/s_conf.c
Line 233 in bd38559
solanum/ircd/s_conf.c
Line 237 in bd38559
solanum/ircd/s_conf.c
Line 247 in bd38559
solanum/ircd/s_conf.c
Line 252 in bd38559
solanum/ircd/s_conf.c
Line 276 in bd38559
solanum/ircd/s_conf.c
Line 283 in bd38559
The text was updated successfully, but these errors were encountered: