1
0
Fork 0
mirror of https://github.com/fluffle/goirc synced 2025-07-10 15:29:25 +00:00

Compare commits

..

No commits in common. "master" and "v1.3.1" have entirely different histories.

View file

@ -108,8 +108,7 @@ type Config struct {
Sasl sasl.Client Sasl sasl.Client
// Replaceable function to customise the 433 handler's new nick. // Replaceable function to customise the 433 handler's new nick.
// By default the current nick's last character is "incremented". // By default an underscore "_" is appended to the current nick.
// See DefaultNewNick implementation below for details.
NewNick func(string) string NewNick func(string) string
// Client->server ping frequency, in seconds. Defaults to 3m. // Client->server ping frequency, in seconds. Defaults to 3m.