ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules/core/m_nick.c
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/modules/core/m_nick.c (file contents):
Revision 8280 by michael, Tue Feb 20 19:30:33 2018 UTC vs.
Revision 8338 by michael, Sat Mar 3 22:26:59 2018 UTC

# Line 183 | Line 183 | set_initial_nick(struct Client *source_p
183    hash_add_client(source_p);
184  
185    /* fd_desc is long enough */
186 <  fd_note(&source_p->connection->fd, "Nick: %s", source_p->name);
186 >  fd_note(source_p->connection->fd, "Nick: %s", source_p->name);
187  
188    if (!source_p->connection->registration)
189      register_local_user(source_p);
# Line 259 | Line 259 | change_local_nick(struct Client *source_
259      watch_check_hash(source_p, RPL_LOGON);
260  
261    /* fd_desc is long enough */
262 <  fd_note(&source_p->connection->fd, "Nick: %s", source_p->name);
262 >  fd_note(source_p->connection->fd, "Nick: %s", source_p->name);
263   }
264  
265   /*!

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines