Changeset 04026d4 for irc.c


Ignore:
Timestamp:
2006-07-15T17:26:13Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
0aaca60
Parents:
89a1809
Message:

Fixed a broken call to set_get() (CRASH), shut up a compiler warning in
events_glib and now using the right evaluator for acc->"auto_reconnect".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.c

    r89a1809 r04026d4  
    624624        char namelist[385] = "";
    625625        struct conversation *c = NULL;
    626         char *ops = set_getstr( irc, "ops" );
     626        char *ops = set_getstr( &irc->set, "ops" );
    627627       
    628628        /* RFCs say there is no error reply allowed on NAMES, so when the
Note: See TracChangeset for help on using the changeset viewer.