diff --git a/modules/post/multi/general/wall.rb b/modules/post/multi/general/wall.rb index 6cf7fb958a..563ccfe3c3 100644 --- a/modules/post/multi/general/wall.rb +++ b/modules/post/multi/general/wall.rb @@ -44,7 +44,7 @@ class Metasploit3 < Msf::Post text = datastore['MESSAGE'] end - datastore['COWSAY'] ? Rex::Text.cowsay(text, 100) : text + datastore['COWSAY'] ? Rex::Text.cowsay(text) : text end def run