Abdur-rahmaanJ / honeybot

🛩 A python IRC bot with simple plugins dev. Ignited in mauritius, first-timers friendly! Moved to github.com/pyhoneybot/honeybot
MIT License
61 stars 49 forks source link

add message to friend plugin #135

Open Abdur-rahmaanJ opened 5 years ago

Abdur-rahmaanJ commented 5 years ago

uses persistent memory feature of bot

.tell <username> message

to get messages sent to you

.tell fetch
>>> <username>:<message>

let's deal one message at a time

since memory is key value, find suitable format for storage

nickw409 commented 5 years ago

So you want the bot to be able to send and receive messages?

Abdur-rahmaanJ commented 5 years ago

@nickw409 that's already imemented. this one is using the memory api