diff options
Diffstat (limited to 'src/channels.cpp')
-rw-r--r-- | src/channels.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/channels.cpp b/src/channels.cpp index 93f0f790c..d640af1d8 100644 --- a/src/channels.cpp +++ b/src/channels.cpp @@ -844,6 +844,7 @@ void chanrec::UserList(userrec *user, CUList *ulist) continue; size_t ptrlen = snprintf(ptr, MAXBUF, "%s%s ", this->GetPrefixChar(i->first), i->second.c_str()); + i->second = i->first->nick; curlen += ptrlen; ptr += ptrlen; |