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