Skip to content

Instantly share code, notes, and snippets.

@cloudhead
Created June 16, 2010 17:45
Show Gist options
  • Save cloudhead/441019 to your computer and use it in GitHub Desktop.
Save cloudhead/441019 to your computer and use it in GitHub Desktop.
formats = {
"fe-common/core" = {
own_msg = "{ownmsgnick $2 {ownnick $[-10]0}}$1";
own_msg_channel = "{ownmsgnick $3 {ownnick $[-10]0}{msgchannel $1}}$2";
pubmsg_me = "{pubmsgmenick $2 {menick $[-10]0}}$1";
pubmsg_me_channel = "{pubmsgmenick $3 {menick $[-10]0}{msgchannel $1}}$2";
pubmsg_hilight = "{pubmsghinick $0 $3 $[-10]1}$2";
pubmsg_hilight_channel = "{pubmsghinick $0 $4 $[-10]1{msgchannel $2}}$3";
pubmsg = "{pubmsgnick $2 {pubnick $[-10]0}}$1";
pubmsg_channel = "{pubmsgnick $3 {pubnick $[-10]0}{msgchannel $1}}$2";
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment