Service
Anope Services NickServ 不會在辨識上設置模式
我已經使用 IRCd-Hybrid 設置了 Anope 服務。一切都很好,除了一件事……註冊和辨識的使用者不會收到“+r”模式集。我只收到“密碼已接受 - 您現在已被辨識。”,並且沒有第二行顯示已設置哪些模式,因為它甚至沒有嘗試這樣做。
在我的“services.conf”中,顯示正在載入“nickserv.example.conf”,並且在執行服務時確實反映了對該文件所做的更改,除了與手頭主題相關的兩個:
/* * If set, Services will set the channel modes a user has access to upon identifying, assuming * they are not already set. * * This directive is optional. */ modeonid = yes /* * If set, Services will set these user modes on any user who identifies. * * This directive is optional. */ modesonid = "+r"
我錯過了什麼嗎?我已經明確將這些設置設置為啟用,並且為了創建只有註冊使用者可以訪問的頻道,我需要這個功能,但它拒絕工作。
謝謝你。
解決了,我忘記在 IRCD-Hybrid 的配置中設置 Anope 是一項服務(將服務名稱放在“服務”標籤中),這是我的愚蠢錯誤!