Add a special phrase.
authorPeng Huang <shawn.p.huang@gmail.com>
Tue, 13 Apr 2010 08:18:29 +0000 (16:18 +0800)
committerPeng Huang <shawn.p.huang@gmail.com>
Tue, 13 Apr 2010 08:18:29 +0000 (16:18 +0800)
src/SpecialTable.cc

index 5b95af4..600ae43 100644 (file)
@@ -18,7 +18,8 @@ SpecialTable::SpecialTable (void)
 {
     g_debug ("SpecialTable");
     insert ("xixi", new StaticPhrase ("(*^__^*) 嘻嘻……", 0));
-    insert ("haha", new StaticPhrase ("o(∩∩)o...哈哈", 0));
+    insert ("haha", new StaticPhrase ("^_^", 0));
+    insert ("haha", new StaticPhrase ("o(∩∩)o...哈哈", 1));
     insert ("bsn", new StaticPhrase ("╭∩╮(︶︿︶)╭∩╮鄙视你!", 0));
 }