Пост всего сообщения

This commit is contained in:
Alexander Yakovlev 2017-10-18 21:06:39 +07:00
parent a6acab36fc
commit 89d26ffcf1

View file

@ -47,7 +47,7 @@ class QuestBook
end
msg = msg[2]
if msg[2] != @last and print then
Channel('#questbook').send("#{who}: #{msg[2]}")
Channel('#questbook').send("#{who}: #{msg}")
@last = msg[2]
end
end