Explorar el Código

Update 'src/plugins/finchat.py'

kirkleon hace 6 años
padre
commit
dfe616192f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/plugins/finchat.py

+ 1 - 1
src/plugins/finchat.py

@@ -22,5 +22,5 @@ FFFFFFF
 @as_plugin("f")
 def finchat(db, msg):
     if msg.message_txt[1:].strip().startswith("f"):
-        return RollbotResponse(msg, txt="frick")
+        return RollbotResponse(msg, txt="frick!")
     return RollbotResponse(msg, txt=Fs)