index
:
frippy
dev
master
IRC Bot
Mavulp
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
tell
/
mod.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tell: Fix unsent tell on PRIVMSG
Jokler
2019-01-01
1
-9
/
+12
*
Tell: Only show error if the message was not sent
Jokler
2018-07-06
1
-1
/
+1
*
Plugins: Replace IrcClient with a trait
Jokler
2018-06-30
1
-16
/
+18
*
Tell: Fix tell accept condition
Jokler
2018-06-16
1
-5
/
+9
*
Tell: Allow messages to online users
Jokler
2018-06-16
1
-2
/
+5
*
Fix clippy warnings
Jokler
2018-06-16
1
-18
/
+22
*
Add usefulness rating function to url titles
Jokler
2018-04-07
1
-7
/
+8
*
Fix tell help
Jokler
2018-03-22
1
-2
/
+2
*
Fix tell error message
Jokler
2018-03-21
1
-1
/
+1
*
Replace every Mutex with RwLock
Jokler
2018-03-21
1
-19
/
+10
*
Use longer variable names in tell for readability
Jokler
2018-03-19
1
-6
/
+6
*
Fix empty receivers getting accepted by Tell
Jokler
2018-03-19
1
-5
/
+12
*
Use a prefix from the config instead of the nick
Jokler
2018-03-19
1
-15
/
+9
*
Fix continue in tell by removing the inner loop
Jokler
2018-03-16
1
-10
/
+13
*
Improve multitell functionality and responses
Jokler
2018-03-15
1
-16
/
+25
*
Let tell accept multiple comma-seperated receivers
Jokler
2018-03-12
1
-35
/
+30
*
Check NICK commands in the tell plugin
Jokler
2018-03-09
1
-0
/
+1
*
Check for outstanding tells when a userlist is received
Jokler
2018-03-05
1
-18
/
+69
*
Fix formatting
Jokler
2018-03-05
1
-6
/
+4
*
Add Tell specific errors and improve error logging for commands
Jokler
2018-03-05
1
-36
/
+78
*
Correct error message on tell
Jokler
2018-03-03
1
-1
/
+1
*
Make tells caase insensitive and only check JOINs
Jokler
2018-03-03
1
-18
/
+24
*
Use Error & ErrorKind pair instead of simple enums
Jokler
2018-03-02
1
-10
/
+22
*
Add accidentally removed errors
Jokler
2018-03-02
1
-2
/
+2
*
Add time passed to tells
Jokler
2018-02-26
1
-4
/
+14
*
Add Mysql as a possible database to the Tell plugin
Jokler
2018-02-25
1
-0
/
+144