Derecho / JWordGame

JWordGame is an IRC word game bot written in Java.
Other
2 stars 0 forks source link

Change all uses of sendMessage to sendMessageWrapper #8

Open Derecho opened 10 years ago

Derecho commented 10 years ago

Both sendMessage (framework method) and sendMessageWrapper (custom) are being used for sending (back) messages to channels or users. Since the custom sendMessageWrapper can split up too long messages and take care of highlighting, it should be preferred.

For consistency, use sendMessageWrapper everywhere. (Maybe it can also do with a better name).