]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/channels.cpp
Proper fix for clients that send a nickprefix on their commands (the rfc says they...
[user/henk/code/inspircd.git] / src / channels.cpp
index 700487af906eb6ee66da4e46b381925af3c1c9ba..ccb230005f1a8b4655fbd2b6622eae3ce3ea5ca6 100644 (file)
@@ -821,7 +821,7 @@ void chanrec::UserList(userrec *user, CUList *ulist)
        char* ptr = list + dlen;
 
        if (!ulist)
-               ulist= this->GetUsers();
+               ulist = this->GetUsers();
 
        /* Improvement by Brain - this doesnt change in value, so why was it inside
         * the loop?