Ticket #37151: patch-src-m_who.c.diff
File patch-src-m_who.c.diff, 327 bytes (added by ryandesign (Ryan Carsten Schmidt), 12 years ago) |
---|
-
src/m_who.c
old new 642 642 return 1; 643 643 } 644 644 645 inline char *first_visible_channel(aClient *cptr, aClient *sptr)645 static inline char *first_visible_channel(aClient *cptr, aClient *sptr) 646 646 { 647 647 Link *lp; 648 648 int secret = 0;