comparison pidgin-twitter.c @ 25:1b784171b08a

forgot to erase old code
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Mon, 05 May 2008 20:00:03 +0900
parents 8a9bc21cd978
children 73e817be3267
comparison
equal deleted inserted replaced
24:8a9bc21cd978 25:1b784171b08a
411 regp[COMMAND] = g_regex_new( 411 regp[COMMAND] = g_regex_new(
412 "^(?:\\s*)([dDfFgGlLmMnNtTwW]{1}\\s+[A-Za-z0-9_]+\\Z)", 412 "^(?:\\s*)([dDfFgGlLmMnNtTwW]{1}\\s+[A-Za-z0-9_]+\\Z)",
413 G_REGEX_RAW, 0, NULL); 413 G_REGEX_RAW, 0, NULL);
414 414
415 regp[PSEUDO] = g_regex_new( 415 regp[PSEUDO] = g_regex_new(
416 // "^(?:\\s*[\"#$%&'()*+,\\-./:;<=>?\\[\\\\\\]_`{|}~]*[^\\s\\x21-\\x7E]*)([dDfFgGlLmMnNtTwW]{1})(?:\\Z|\\s+|[^\\x21-\\x7E]+\\Z)",
417 "^\\s*(?:[\"#$%&'()*+,\\-./:;<=>?\\[\\\\\\]_`{|}~]|[^\\s\\x21-\\x7E])*([dDfFgGlLmMnNtTwW]{1})(?:\\Z|\\s+|[^\\x21-\\x7E]+\\Z)", 416 "^\\s*(?:[\"#$%&'()*+,\\-./:;<=>?\\[\\\\\\]_`{|}~]|[^\\s\\x21-\\x7E])*([dDfFgGlLmMnNtTwW]{1})(?:\\Z|\\s+|[^\\x21-\\x7E]+\\Z)",
418 G_REGEX_RAW, 0, NULL); 417 G_REGEX_RAW, 0, NULL);
419 } 418 }
420 419
421 PURPLE_INIT_PLUGIN(pidgin_twitter, init_plugin, info) 420 PURPLE_INIT_PLUGIN(pidgin_twitter, init_plugin, info)