You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+36-1Lines changed: 36 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,15 @@ Incrementing Points (Phrase)
40
40
41
41
*result: "any arbitrary words" will get +1 point*
42
42
43
+
Incrementing Karma/Points (Inline)
44
+
- any++ arbitrary++ [user]++
45
+
46
+
*result: "any" will get +1 point*
47
+
48
+
*result: "arbitrary" will get +1 point*
49
+
50
+
*result: [user] will get +1 karma*
51
+
43
52
Checking karma/points rank
44
53
- rank [user]
45
54
-[user]~~
@@ -53,27 +62,53 @@ Stats are kept track of for each user that sends messages to the channel. That i
53
62
54
63
Checking stats
55
64
- stats
65
+
- stats [user]
56
66
57
-
*result: information about the top 5 speakers in the channel*
67
+
*result: information about the top 5 speakers in the channel, or information on specific user*
58
68
59
69
#### Quality
60
70
61
71
Quality is calculated by dividing the number of times a user speaks by their rank. This gives a metric for the "quality" of a user's posts (i.e. what percent of them are "good")
62
72
63
73
Checking quality
64
74
- quality
75
+
- quality [user]
65
76
66
77
#### Generosity
67
78
68
79
Generosity tracks which users are giving the most karma using the ++ commands. Every time a user issues such a command, their generosity value increases. This information will give a metric of who is using the system the most to increase other user's karma.
69
80
70
81
Checking generosity
71
82
- generosity
83
+
- generosity [user]
72
84
73
85
#### Scrambling username
74
86
75
87
Sometimes it is annoying to be mentioned in the above "leaderboard" style commands. The following command is a workaround that will "scramble" one's username so that they won't be notified in IRC.
76
88
77
89
- bamboo: scramble
78
90
91
+
#### Searching
92
+
93
+
Chipbot is able to search a couple different sites, including xkcd, and youtube. It will report
94
+
the top result, including a link, to the channel. More can be added if requested.
0 commit comments