Skip to content

Commit

Permalink
Adds xkcd quicklink, removes condo quicklink.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathon Emerson committed Nov 25, 2013
1 parent cad9198 commit 9ea9c34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/struct/TextManager.dm
Expand Up @@ -43,10 +43,10 @@ TextManager
"youtube" = "http://www.youtube.com/results?search_query=$s",
"bbash" = "http://gazoot.byondhome.com/bbash/?quote=$s",
"bash" = "http://www.bash.org/?$s",
"condo" = "http://gazoot.byondhome.com/condo/site.dmb?browse&owner=$s",
"issue" = "https://github.com/Stephen001/Chatters/issues/$s",
"dm" = "http://www.byond.com/docs/ref/info.html#$s",
"z0r" = "http://z0r.de/$s")
"z0r" = "http://z0r.de/$s",
"xkcd" = "http://xkcd.com/$s")

proc
sanitize(msg)
Expand Down

0 comments on commit 9ea9c34

Please sign in to comment.