X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=daemon.go;h=9145ba08dd950e345b2df1c7843b93817de17d24;hb=a4ce3f8999d3efae60d7a52b7edc024706d96a51;hp=500e80b61584ca0cb7054275851f63c4dd6936b4;hpb=3564207ae93f4b9cd19d504c2bff2372a88e14cc;p=goircd.git diff --git a/daemon.go b/daemon.go index 500e80b..9145ba0 100644 --- a/daemon.go +++ b/daemon.go @@ -39,7 +39,7 @@ const ( ) var ( - RENickname = regexp.MustCompile("^[a-zA-Z0-9-]{1,9}$") + RENickname = regexp.MustCompile("^[a-zA-Z0-9-]{1,24}$") ) type Daemon struct {