42wim / matterircd

Connect to your mattermost or slack using your IRC-client of choice.
MIT License
294 stars 60 forks source link

Please restore command line options #345

Closed bahamat closed 3 years ago

bahamat commented 3 years ago

I run matterircd on illumos, which produces the following error:

2020/11/11 00:18:01 FEN based watcher not yet supported for fsnotify

Previously I used all command line options, but they are now missing, with the only option being the config file which doesn't work for me.

42wim commented 3 years ago

Can you comment this line and recompile? It'll probably fix your issue as fsnotify will not be used https://github.com/42wim/matterircd/blob/b7155f0e448d9f25add9bb24788e607ea6be64e5/config/config.go#L27

bahamat commented 3 years ago

I’ll give that a try and let you know.

bahamat commented 3 years ago

That works for me.