Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@activitycentral.org>2011-06-14 12:34:56 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2012-06-02 20:30:06 (GMT)
commitdeed1310801d936cb381b207392c37b930968bd6 (patch)
treef459a4d03c26235243e32e1289a2053112462770
parent452eb98f50e10276394cc2af3084aac60379516a (diff)
Replace /slap by /ping
-rw-r--r--js/ui/menuitems.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/ui/menuitems.js b/js/ui/menuitems.js
index 6ff3182..9d0a830 100644
--- a/js/ui/menuitems.js
+++ b/js/ui/menuitems.js
@@ -50,8 +50,8 @@ qwebirc.ui.MENU_ITEMS = function() {
predicate: true
},
{
- text: "slap",
- fn: function(nick) { this.client.exec("/ME slaps " + nick + " around a bit with a large fishbot"); },
+ text: "ping",
+ fn: function(nick) { this.client.exec(nick + ": ping"); },
predicate: true
},
{