index
:
goofbot
this commit
master
small IRC bot for #institute
gbmor <ben@gbmor.dev>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
main.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
trying 0x2060 for zw char
Ben Morrison
2020-04-03
1
-1
/
+1
*
using 200c instead of 200b for zero-width character
Ben Morrison
2020-04-03
1
-3
/
+3
*
not splitting usernames to insert zero-width space, but prepending usernames ...
Ben Morrison
2020-04-03
1
-5
/
+2
*
changed how user account count message is formatted
Ben Morrison
2020-04-03
1
-4
/
+4
*
changed !join behavior to accept multiple channels
Ben Morrison
2020-04-03
1
-23
/
+45
*
fix for !users panic
Ben Morrison
2020-04-03
1
-37
/
+42
*
eliminating dupes and removing : from usernames
Ben Morrison
2019-05-30
1
-3
/
+9
*
formatting !users output
Ben Morrison
2019-05-30
1
-1
/
+10
*
alternate who script
Ben Morrison
2019-05-30
1
-1
/
+1
*
using logged in user script rather than who|awk
Ben Morrison
2019-05-30
1
-16
/
+3
*
import comment
Ben Morrison
2019-04-20
1
-1
/
+1
*
main.go:52 simplified if statement
Ben Morrison
2019-03-23
1
-1
/
+1
*
main.go:156-164 added error checking
Ben Morrison
2019-03-23
1
-4
/
+8
*
now handling SIGINT (^C) gracefully
Ben Morrison
2019-03-19
1
-8
/
+9
*
comment formatting
Benny Morrison
2019-03-19
1
-13
/
+13
*
sending !users output to private message
Benny Morrison
2019-03-19
1
-1
/
+2
*
fixing !users
Benny Morrison
2019-03-19
1
-1
/
+1
*
command !users refactoring in progress
Benny Morrison
2019-03-19
1
-1
/
+1
*
missing return statement
Benny Morrison
2019-03-18
1
-0
/
+1
*
updated comments
Benny Morrison
2019-03-18
1
-1
/
+5
*
extended command line flags now available
Benny Morrison
2019-03-18
1
-1
/
+6
*
completed !admin - notifies admins that they are needed via gotify.sh
Benny Morrison
2019-03-17
1
-2
/
+9
*
placeholder for !admin notifications; commented !users
Benny Morrison
2019-03-17
1
-0
/
+7
*
refactored !users, still a WIP
Benny Morrison
2019-03-17
1
-18
/
+16
*
adjusted !users sanitize section
Benny Morrison
2019-03-17
1
-1
/
+3
*
adjusted !users sanitize section
Benny Morrison
2019-03-17
1
-1
/
+1
*
adjusted !users sanitize section
Benny Morrison
2019-03-17
1
-1
/
+1
*
adjusted !users sanitize section
Benny Morrison
2019-03-17
1
-2
/
+2
*
updated !users to not ping in irc
Benny Morrison
2019-03-17
1
-1
/
+9
*
finished handler: reports total human users with accounts
Benny Morrison
2019-03-17
1
-12
/
+6
*
changed -j example values
Benny Morrison
2019-03-17
1
-2
/
+2
*
fixed comments
Benny Morrison
2019-03-17
1
-0
/
+2
*
Added command line switches: specifying config file location, describe config...
Benny Morrison
2019-03-17
1
-2
/
+23
*
eliminated unnecessary string manipulation
Benny Morrison
2019-03-17
1
-4
/
+1
*
fixed a comment
Benny Morrison
2019-03-17
1
-1
/
+1
*
added nickserv authentication if pass is set in config.json
Benny Morrison
2019-03-17
1
-0
/
+8
*
fixed some comments
Benny Morrison
2019-03-17
1
-2
/
+4
*
included Conf.Pass field
Benny Morrison
2019-03-17
1
-0
/
+3
*
removed output variable, set to os.Stdout constant
Benny Morrison
2019-03-17
1
-3
/
+2
*
implemented parsing of json config file for basic info: server, port, nick, etc
Benny Morrison
2019-03-17
1
-19
/
+35
*
add error check / panic function
Benny Morrison
2019-03-17
1
-0
/
+6
*
marked TODO re: parsing config.json
Benny Morrison
2019-03-16
1
-0
/
+2
*
expanded !botlist info summary
Benny Morrison
2019-03-16
1
-1
/
+14
*
moved initial channel to a variable
Benny Morrison
2019-03-16
1
-1
/
+3
*
finally debugged !join command
Benny Morrison
2019-03-16
1
-2
/
+3
*
debugging !join
ahriman
2019-03-16
1
-1
/
+1
*
typo
Benny Morrison
2019-03-16
1
-1
/
+1
*
added !join function
Benny Morrison
2019-03-16
1
-1
/
+9
*
error handling for !users/!uptime
Benny Morrison
2019-03-16
1
-2
/
+15
*
added !users to display connected users on server
Benny Morrison
2019-03-16
1
-5
/
+7
[next]