Skip to content

Instantly share code, notes, and snippets.

@raws
Created August 16, 2009 00:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raws/168506 to your computer and use it in GitHub Desktop.
Save raws/168506 to your computer and use it in GitHub Desktop.
proc lo5 {who} {
upvar #0 sender sender;
set blank { };
set prefix [string range $blank 0 [string length $sender(nick)]];
puts "$sender(nick) \\o/ \\o/ $who";
puts "$prefix \\\\_ _//";
puts "$prefix /\\ /\\";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment