Changeset 547ea68 for root_commands.c


Ignore:
Timestamp:
2010-06-27T15:32:12Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
134a02c
Parents:
84c3a72
Message:

Save and load channels. Also fixing a bug in creating non-control channels
with a &-name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • root_commands.c

    r84c3a72 r547ea68  
    10191019               
    10201020                if( ( ic = irc_channel_new( irc, channel ) ) &&
     1021                    set_setstr( &ic->set, "type", "chat" ) &&
    10211022                    set_setstr( &ic->set, "chat_type", "room" ) &&
    10221023                    set_setstr( &ic->set, "account", cmd[2] ) &&
Note: See TracChangeset for help on using the changeset viewer.