mirror of
https://code.dnix.de/da/flokatirc
synced 2026-07-27 07:39:44 +02:00
Merge branch 'master' of https://code.dnix.de/an/flokatirc
This commit is contained in:
@@ -31,6 +31,7 @@ var (
|
||||
nspass = flag.String("nspass", "", "NickServ password")
|
||||
mods = flag.String("mods", "", "Modules to load")
|
||||
params = flag.String("params", "", "Module params")
|
||||
autocmd = flag.String("autocmd", "", "Autosend IRC command")
|
||||
)
|
||||
|
||||
func init() {
|
||||
@@ -85,6 +86,10 @@ func main() {
|
||||
}()
|
||||
|
||||
go Ping(bot)
|
||||
if *autocmd != "" {
|
||||
println(*autocmd)
|
||||
bot.Sender.Send(&irc.Message{Command: *autocmd})
|
||||
}
|
||||
RegisterHandlers(bot)
|
||||
bot.HandleLoop()
|
||||
xlog.Info("Exiting")
|
||||
|
||||
Reference in New Issue
Block a user