comparison plugins/notify.c @ 2313:bd9d403fb15b

[gaim-migrate @ 2323] more room committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 20 Sep 2001 01:23:04 +0000
parents 34afd5adaae8
children 3cd2fbddf95a
comparison
equal deleted inserted replaced
2312:766603034af8 2313:bd9d403fb15b
18 } 18 }
19 g_free(me); 19 g_free(me);
20 20
21 if (cnv == NULL) 21 if (cnv == NULL)
22 { 22 {
23 if (general_options & OPT_GEN_QUEUE_WHEN_AWAY) 23 if (away_options & OPT_AWAY_QUEUE)
24 return; 24 return;
25 25
26 cnv = new_conversation(*who); 26 cnv = new_conversation(*who);
27 } 27 }
28 28