Changeset 7882a6f in code for cmd.c


Ignore:
Timestamp:
Mar 10, 2014, 12:13:22 PM (11 years ago)
Author:
Mike Belopuhov <mike@…>
Branches:
master
Children:
fe81e9a
Parents:
e80f9fc
Message:

Get rid of the icbd callbacks interface

I believe the idea was initially to have both icb and irc in one
daemon but that's not going to happen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cmd.c

    re80f9fc r7882a6f  
    2626
    2727#include "icb.h"
     28#include "icbd.h"
    2829
    2930extern int creategroups;
     
    144145        icb_status(s, STATUS_BOOT, "%s booted you", is->nick);
    145146        icb_status_group(s->group, s, STATUS_BOOT, "%s was booted", s->nick);
    146         icb_drop(s, "booted");
     147        icbd_drop(s, "booted");
    147148}
    148149
     
    175176                                return;
    176177                        }
    177                         icb_log(NULL, LOG_DEBUG, "%s created group %s",
     178                        icbd_log(NULL, LOG_DEBUG, "%s created group %s",
    178179                            is->nick, group);
    179180                }
Note: See TracChangeset for help on using the changeset viewer.