Changeset 52e6e17 for protocols/nogaim.c
- Timestamp:
- 2008-02-10T13:36:43Z (17 years ago)
- Branches:
- master
- Children:
- 8521b02
- Parents:
- f55cfe9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.c
rf55cfe9 r52e6e17 620 620 if(!strcmp(set_getstr(&ic->irc->set, "voice_buddies"), "notaway")) { 621 621 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, 622 626 u->away?'-':'+', u->nick ); 623 627 }
Note: See TracChangeset
for help on using the changeset viewer.