RickvanLoo / discord-cli

Minimalistic Command-Line Interface for Discord
GNU General Public License v2.0
203 stars 32 forks source link

Display last [n] messages not working #28

Open shrx opened 8 years ago

shrx commented 8 years ago

After I connect to a channel, I type :m 2 and press return. This is the output:

Welcome, shrx!

Guild: myguild, Channel: mychannel
Printing last 2 messages!
> 

So, no old messages are displayed. I have the latest 0.3.0-develop version.

shrx commented 8 years ago

This also doesn't work after there are enough messages already received and displayed in the client.

RickvanLoo commented 8 years ago

This will be fixed in #23 Currently the :m [n] function is limited to the messages setting in the config file.