Idź do kodu źródłowego tego pliku.
 | 
| people_t *  | irc_find_person (irc_private_t *j, list_t p, char *nick) | 
|   | 
| channel_t *  | irc_find_channel (list_t p, char *channame) | 
|   | 
| people_chan_t *  | irc_find_person_chan (list_t p, char *channame) | 
|   | 
| people_t *  | irc_add_person (session_t *s, irc_private_t *j, char *nick, char *channame) | 
|   | 
| int  | irc_add_people (session_t *s, irc_private_t *j, char *names, char *channame) | 
|   | 
| int  | irc_del_person_channel (session_t *s, irc_private_t *j, char *nick, char *chan) | 
|   | 
| int  | irc_del_person (session_t *s, irc_private_t *j, char *nick, char *wholenick, char *reason, int doprint) | 
|   | 
| int  | irc_del_channel (session_t *s, irc_private_t *j, char *name) | 
|   | 
| channel_t *  | irc_add_channel (session_t *s, irc_private_t *j, char *name, window_t *win) | 
|   | 
| int  | irc_nick_change (session_t *s, irc_private_t *j, char *old_nick, char *new_nick) | 
|   | 
| int  | irc_nick_prefix (irc_private_t *j, people_chan_t *ch, int irc_color) | 
|   | 
| int  | irc_color_in_contacts (irc_private_t *j, int mode, userlist_t *ul) | 
|   | 
| int  | irc_free_people (session_t *s, irc_private_t *j) | 
|   | 
◆ irc_add_channel()
◆ irc_add_people()
◆ irc_add_person()
◆ irc_color_in_contacts()
◆ irc_del_channel()
◆ irc_del_person()
      
        
          | int irc_del_person  | 
          ( | 
          session_t *  | 
          s,  | 
        
        
           | 
           | 
          irc_private_t *  | 
          j,  | 
        
        
           | 
           | 
          char *  | 
          nick,  | 
        
        
           | 
           | 
          char *  | 
          wholenick,  | 
        
        
           | 
           | 
          char *  | 
          reason,  | 
        
        
           | 
           | 
          int  | 
          doprint  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ irc_del_person_channel()
◆ irc_find_channel()
◆ irc_find_person()
◆ irc_find_person_chan()
◆ irc_free_people()
◆ irc_nick_change()
◆ irc_nick_prefix()