Changeset 709 for branches/ithildin-1.1


Ignore:
Timestamp:
03/27/06 13:34:09 (6 years ago)
Author:
wd
Message:

Missing s...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ithildin-1.1/modules/ircd/commands/sjoin.c

    r707 r709  
    144144                           NULL, srv, chan->name, "MODE", "+%s%s %d", modes, 
    145145                           modebuf, chan->created);  
    146                     endto_channel_local(chan, NULL, srv, "MODE", "+%s%s", 
     146                    sendto_channel_local(chan, NULL, srv, "MODE", "+%s%s", 
    147147                            modes, modebuf); 
    148148                    mset = 0; 
Note: See TracChangeset for help on using the changeset viewer.