diff options
Diffstat (limited to 'src/motd.c')
-rw-r--r-- | src/motd.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -280,8 +280,8 @@ static void motd_forward(struct Client *source_p, const struct MotdCache *cache) { unsigned int i = 0; - const char *from = ID_or_name(&me, source_p->from); - const char *to = ID_or_name(source_p, source_p->from); + const char *from = ID_or_name(&me, source_p); + const char *to = ID_or_name(source_p, source_p); assert(source_p); |