From 546b867bfe38af064c413586af31aa67ca00812c Mon Sep 17 00:00:00 2001 From: Dionysus Date: Fri, 27 Mar 2026 06:33:30 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 43df528..20682ce 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,6 @@ An async IRC poll bot written in Python with no external dependencies. - Empty custom options are removed when all voters leave them - 10 minute cooldown between new polls - 3 second per-user command cooldown -- Nicks and messages containing "pizza" are ignored -- IRC formatting (colors, bold, underline, italic) allowed in questions and answers +- IRC formatting allowed in questions and answers - Unicode is blocked, only ASCII + emojis allowed -- Poll questions max 100 chars, options max 20 chars -- Auto-reconnect on disconnect \ No newline at end of file +- Poll questions max 100 chars, options max 20 chars \ No newline at end of file