From db687ce3f6768498a5909ce056926a48a58098eb Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Fri, 12 Feb 2016 05:32:51 -0800 Subject: [PATCH] sigil added usernames --- src/twtxtlist.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/twtxtlist.nim b/src/twtxtlist.nim index 91191c2..d9de822 100644 --- a/src/twtxtlist.nim +++ b/src/twtxtlist.nim @@ -103,7 +103,7 @@ routes: db.exec(sql"insert into users values (null, ?, ?)", username, url) db.exec(sql"insert into tweets values (null, 'twtxtlist', ?, ?)", $(getTime().getGMTime().timeinfoToTime().toSeconds()), - "Added user " & username & " " & url) + "Added user @" & username & " " & url) redirect "/users/" & username & "/0" except: fail()