spring / uberserver

uberserver, a matchmaking/chat lobby server for the spring rts project
https://springrts.com/wiki/Uberserver
Other
33 stars 38 forks source link

chanserv appears as <?> in msg history #375

Open silentwings opened 4 years ago

silentwings commented 4 years ago

... because its not a user

abma commented 4 years ago

two variants: either store chanserv messages with userid = 1 or replace userid=null with ChanServ on load. not sure whats better.

silentwings commented 4 years ago

ChanServ in db is better, doesn't need userid=1, just should check if its there on boot and add it if not. Since in long run the plan is to kill chanserv anyway.