aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2026-02-19 20:52:07 +0100
committerTom Smeding <tom@tomsmeding.com>2026-02-19 20:52:07 +0100
commit8b6235ae55b9ce1f37a21876ab646266cda8cec7 (patch)
treed350240f67790c7ab35bdef8b7af5eb1c80f06ea /src
parentab1be46f46c20c17705898ba8bffa36ef13bc7e5 (diff)
Also ignore :unset promptHEADmaster
Diffstat (limited to 'src')
-rw-r--r--src/Ghci.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Ghci.hs b/src/Ghci.hs
index 3d7fd53..4c6dca1 100644
--- a/src/Ghci.hs
+++ b/src/Ghci.hs
@@ -89,6 +89,7 @@ runStmtClever ghci pset line =
('!':_) : _ -> return (ghci, Ignored)
cmd : "prompt" : _
| "set" `startsWith` cmd -> return (ghci, Ignored)
+ | "unset" `startsWith` cmd -> return (ghci, Ignored)
cmd : _
| "def" `startsWith` cmd -> return (ghci, Ignored)
| "cd" `startsWith` cmd -> return (ghci, Ignored) -- useless in irc