Changeset 217bf4e


Ignore:
Timestamp:
2010-06-30T19:30:42Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
d7f8500
Parents:
7a6ba50
Message:

Also, automatically set up per-protocol channels if the name's a protocol
name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_channel.c

    r7a6ba50 r217bf4e  
    492492                set_setstr( &ic->set, "group", ic->name + 1 );
    493493                set_setstr( &ic->set, "fill_by", "group" );
     494        }
     495        else if( set_setstr( &ic->set, "protocol", ic->name + 1 ) )
     496        {
     497                set_setstr( &ic->set, "fill_by", "protocol" );
    494498        }
    495499        else if( set_setstr( &ic->set, "account", ic->name + 1 ) )
Note: See TracChangeset for help on using the changeset viewer.