Skip to content

Instantly share code, notes, and snippets.

View dims's full-sized avatar

Davanum Srinivas dims

View GitHub Profile
@dims
dims / x
Created September 15, 2008 13:29
xyz9:29
@dims
dims / x
Created September 15, 2008 13:30
xyz9:30
@dims
dims / x
Created September 15, 2008 13:35
xyz9:30
@dims
dims / x
Created September 15, 2008 13:40
xyz9:40
@dims
dims / x
Created September 15, 2008 13:43
xyz9:43
@dims
dims / x
Created September 15, 2008 13:43
xyz9:44
@dims
dims / x
Created September 15, 2008 14:10
xyz10:10
@dims
dims / x
Created September 15, 2008 14:10
xyz10:11
@dims
dims / x
Created September 15, 2008 14:12
xyz10:12
CmdUtils.CreateCommand({
name: "paste",
takes: {
status: noun_arb_text
},
modifiers: {},
preview: function(previewBlock, directObj) {},
execute: function(directObj) {
var statusText = directObj.text;
if (statusText.length < 1) {