3
0
mirror of https://github.com/reality/dbot.git synced 2026-04-26 04:57:59 +02:00
2014-09-04 14:48:20 +00:00
..
2014-09-04 14:48:20 +00:00
2014-02-20 06:06:02 +01:00
2014-06-26 21:50:33 +00:00
2014-09-04 13:43:53 +00:00

## Warning

Adds functionality to warn a user.

### Description

This module provides commands which allows power users to warn another user.

### Dependencies

It has following dependencies:
+ [node-uuid](https://github.com/broofa/node-uuid)

### config.json

foo
```
```

### Commands


#### ~warn [user]
Warning a user.
Example:
+ ~warn reality

#### ~warnings [user]
Getting info of all warnings.
Example:
+ ~warnings reality

### TODO