- send_line "PRIVMSG $channel :Help:"
- send_line "PRIVMSG $channel : An IRC bot written in bash!"
- send_line "PRIVMSG $channel : help - display this message"
- send_line "PRIVMSG $channel : version - display version number"
- send_line "PRIVMSG $channel : quit - make the bot quit IRC"
- send_line "PRIVMSG $channel : add YYYY-mm-dd HH:MM reminder text"
- send_line "PRIVMSG $channel : list - list reminders"
+ send_privmsg $channel "Help:"
+ send_privmsg $channel " An IRC bot written in bash!"
+ send_privmsg $channel " help - display this message"
+ send_privmsg $channel " version - display version number"
+ send_privmsg $channel " quit - make the bot quit IRC"
+ send_privmsg $channel " add YYYY-mm-dd HH:MM reminder text"
+ send_privmsg $channel " list - list reminders"