about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* blonkchain HEAD masterBenjamin Morrison2020-09-181-0/+3
|
* in-chat error message moved to one constBen Morrison2020-06-291-4/+7
|
* new module pathBen Morrison2020-05-061-1/+1
|
* go back to 0x200b and splitting the username for !users outputBen Morrison2020-04-031-3/+3
|
* trying 0x2060 for zw charBen Morrison2020-04-031-1/+1
|
* using 200c instead of 200b for zero-width characterBen Morrison2020-04-031-3/+3
|
* not splitting usernames to insert zero-width space, but prepending usernames ↵Ben Morrison2020-04-031-5/+2
| | | | with it
* changed how user account count message is formattedBen Morrison2020-04-031-4/+4
| | | | using full path to uptime command
* upgraded girc depBen Morrison2020-04-032-3/+3
|
* changed !join behavior to accept multiple channelsBen Morrison2020-04-031-23/+45
| | | | | | added tags to config struct added notifications of errors to be sent via IRC camelCased some variables
* fix for !users panicBen Morrison2020-04-031-37/+42
| | | | | | | | | Was referencing a now-nonexistent script to check active users. Switched it to use `showwhoison` and to insert a zero-width space to avoid pinging users who are also on irc. Also removed several panics in the error handling and added some log messages.
* updated readmeBen Morrison2020-04-031-6/+2
|
* eliminating dupes and removing : from usernamesBen Morrison2019-05-301-3/+9
|
* formatting !users outputBen Morrison2019-05-301-1/+10
|
* alternate who scriptBen Morrison2019-05-301-1/+1
|
* using logged in user script rather than who|awkBen Morrison2019-05-301-16/+3
|
* import commentBen Morrison2019-04-201-1/+1
|
* go moduleBen Morrison2019-04-192-0/+7
|
* ignoring tagfilesBen Morrison2019-04-171-0/+3
|
* golangci added to readmeBen Morrison2019-03-281-1/+2
|
* README.md: added go report card badgeBen Morrison2019-03-231-1/+1
|
* main.go:52 simplified if statementBen Morrison2019-03-231-1/+1
|
* main.go:156-164 added error checkingBen Morrison2019-03-231-4/+8
|
* added gpl shieldBen Morrison2019-03-211-1/+1
|
* added GPLv3 licensingBen Morrison2019-03-211-15/+674
|
* README.md: clarified '-c' switch's purposeBen Morrison2019-03-191-1/+1
|
* README.md: added to features listBen Morrison2019-03-191-0/+1
|
* now handling SIGINT (^C) gracefullyBen Morrison2019-03-191-8/+9
|
* updated switches/flagsBen Morrison2019-03-191-2/+2
|
* fixed formatting in gotify.sh.exampleBenny Morrison2019-03-191-4/+4
|
* comment formattingBenny Morrison2019-03-191-13/+13
|
* updated todo listBenny Morrison2019-03-191-1/+0
|
* sending !users output to private messageBenny Morrison2019-03-191-1/+2
|
* fixing !usersBenny Morrison2019-03-191-1/+1
|
* command !users refactoring in progressBenny Morrison2019-03-191-1/+1
|
* missing return statementBenny Morrison2019-03-181-0/+1
|
* updated commentsBenny Morrison2019-03-181-1/+5
|
* updated gotify.sh.exampleBenny Morrison2019-03-181-3/+3
|
* extended command line flags now availableBenny Morrison2019-03-181-1/+6
|
* updated featuresBenny Morrison2019-03-181-0/+1
|
* wordingBenny Morrison2019-03-181-1/+1
|
* updated featuresBenny Morrison2019-03-181-1/+1
|
* changed message priorityBenny Morrison2019-03-171-1/+1
|
* added shebang for compatibilityBenny Morrison2019-03-171-0/+2
|
* updatedBenny Morrison2019-03-171-2/+2
|
* completed !admin - notifies admins that they are needed via gotify.shBenny Morrison2019-03-171-2/+9
|
* added gotify script for goofbot to callBenny Morrison2019-03-172-0/+7
|
* placeholder for !admin notifications; commented !usersBenny Morrison2019-03-171-0/+7
|
* refactored !users, still a WIPBenny Morrison2019-03-171-18/+16
|
* adjusted !users sanitize sectionBenny Morrison2019-03-171-1/+3
|
a id='n789' href='#n789'>789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908