about summary refs log tree commit diff
path: root/main.go
diff options
context:
space:
mode:
authorEmile <HanEmile@users.noreply.github.com>2023-04-10 20:19:49 +0200
committerGitHub <noreply@github.com>2023-04-10 20:19:49 +0200
commitdcb608342f25af8dfdccdd7cee7a1689017717ec (patch)
tree80c28d88f0bbbccb9277dcd11cd7a431c75ee4f2 /main.go
parent87142c0cb5f42d877327c357497a5be6f3c5dbd0 (diff)
parent437cf40e403f37f803e5292bc9224b47918c3726 (diff)
Merge pull request #1 from markste-in/easterhegg
Bug Emile! Bug! :P
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index abaf5fa..bccb022 100644
--- a/main.go
+++ b/main.go
@@ -432,7 +432,7 @@ func dead(r2p *r2pipe.Pipe, botid int) bool {
 	status := r2cmd(r2p, "?v 1+theend")
 
 	if status != "" && status != "0x1" {
-		logrus.Warn("[!] Bot %d has died", botid)
+		logrus.Warnf("[!] Bot %d has died", botid)
 		return true
 	}
 	return false