comparison finch/plugins/lastlog.c @ 20670:6b9e964f0572

merge of 'a5dd91b5d76972cf72a56209503c7e32d71c6e3c' and 'd33243e8f5347776c81f81a0e4ba3a76ae5505a5'
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 28 Sep 2007 01:54:07 +0000
parents 8d9db4584f02
children 3cc856ca2338
comparison
equal deleted inserted replaced
20663:22034ce81dc4 20670:6b9e964f0572
94 static gboolean 94 static gboolean
95 plugin_load(PurplePlugin *plugin) 95 plugin_load(PurplePlugin *plugin)
96 { 96 {
97 cmd = purple_cmd_register("lastlog", "s", PURPLE_CMD_P_DEFAULT, 97 cmd = purple_cmd_register("lastlog", "s", PURPLE_CMD_P_DEFAULT,
98 PURPLE_CMD_FLAG_CHAT | PURPLE_CMD_FLAG_IM, NULL, 98 PURPLE_CMD_FLAG_CHAT | PURPLE_CMD_FLAG_IM, NULL,
99 /* Translator Note: The "backlog" is the conversation buffer/history. */
99 lastlog_cb, _("lastlog: Searches for a substring in the backlog."), NULL); 100 lastlog_cb, _("lastlog: Searches for a substring in the backlog."), NULL);
100 return TRUE; 101 return TRUE;
101 } 102 }
102 103
103 static gboolean 104 static gboolean