Changeset 52e6e17 for protocols


Ignore:
Timestamp:
2008-02-10T13:36:43Z (16 years ago)
Author:
Sven Moritz Hallberg <sm@…>
Branches:
master
Children:
8521b02
Parents:
f55cfe9
Message:

Support halfops for 'notaway' status etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.c

    rf55cfe9 r52e6e17  
    620620                if(!strcmp(set_getstr(&ic->irc->set, "voice_buddies"), "notaway")) {
    621621                        irc_write( ic->irc, ":%s MODE %s %cv %s", from, ic->irc->channel,
     622                                                                 u->away?'-':'+', u->nick );
     623                }
     624                if(!strcmp(set_getstr(&ic->irc->set, "halfop_buddies"), "notaway")) {
     625                        irc_write( ic->irc, ":%s MODE %s %ch %s", from, ic->irc->channel,
    622626                                                                 u->away?'-':'+', u->nick );
    623627                }
Note: See TracChangeset for help on using the changeset viewer.