Home
last modified time | relevance | path

Searched defs:Nick (Results 1 – 25 of 199) sorted by relevance

12345678

/dports/www/beehive/beehive-0.4.0/vendor/github.com/fluffle/goirc/state/
H A Dnick.go11 type Nick struct { struct
12 Nick, Ident, Host, Name string member
13 Modes *NickMode
14 Channels map[string]*ChanPrivs
67 func (nk *nick) Nick() *Nick { func
135 func (nk *Nick) IsOn(ch string) (*ChanPrivs, bool) {
141 func (nk *Nick) Equals(other *Nick) bool {
167 func (nk *Nick) String() string {
/dports/irc/komanda-cli/komanda-cli-b5ba03b/vendor/github.com/fluffle/goirc/goirc-1.0.1/state/
H A Dnick.go11 type Nick struct { struct
12 Nick, Ident, Host, Name string argument
13 Modes *NickMode
14 Channels map[string]*ChanPrivs
67 func (nk *nick) Nick() *Nick { func
135 func (nk *Nick) IsOn(ch string) (*ChanPrivs, bool) {
141 func (nk *Nick) Equals(other *Nick) bool {
167 func (nk *Nick) String() string {
/dports/irc/komanda-cli/komanda-cli-b5ba03b/vendor/github.com/fluffle/goirc/state/
H A Dnick.go11 type Nick struct { struct
12 Nick, Ident, Host, Name string member
13 Modes *NickMode
14 Channels map[string]*ChanPrivs
67 func (nk *nick) Nick() *Nick { func
135 func (nk *Nick) IsOn(ch string) (*ChanPrivs, bool) {
141 func (nk *Nick) Equals(other *Nick) bool {
167 func (nk *Nick) String() string {
/dports/irc/znc/znc-1.8.2/modules/
H A Dstripcontrols.cpp23 EModRet OnPrivCTCP(CNick& Nick, CString& sMessage) override { in OnPrivCTCP()
28 EModRet OnChanCTCP(CNick& Nick, CChan& Channel, in OnChanCTCP()
34 EModRet OnPrivNotice(CNick& Nick, CString& sMessage) override { in OnPrivNotice()
39 EModRet OnChanNotice(CNick& Nick, CChan& Channel, in OnChanNotice()
45 EModRet OnPrivMsg(CNick& Nick, CString& sMessage) override { in OnPrivMsg()
50 EModRet OnChanMsg(CNick& Nick, CChan& Channel, CString& sMessage) override { in OnChanMsg()
H A Dsample.cpp113 void OnChanPermission(const CNick& OpNick, const CNick& Nick, in OnChanPermission()
121 void OnOp(const CNick& OpNick, const CNick& Nick, CChan& Channel, in OnOp()
167 void OnQuit(const CNick& Nick, const CString& sMessage, in OnQuit()
181 void OnJoin(const CNick& Nick, CChan& Channel) override { in OnJoin()
187 void OnPart(const CNick& Nick, CChan& Channel, in OnPart()
217 EModRet OnCTCPReply(CNick& Nick, CString& sMessage) override { in OnCTCPReply()
229 EModRet OnPrivCTCP(CNick& Nick, CString& sMessage) override { in OnPrivCTCP()
236 EModRet OnChanCTCP(CNick& Nick, CChan& Channel, in OnChanCTCP()
252 EModRet OnPrivNotice(CNick& Nick, CString& sMessage) override { in OnPrivNotice()
259 EModRet OnChanNotice(CNick& Nick, CChan& Channel, in OnChanNotice()
[all …]
H A Dlog.cpp319 void CLogMod::PutLog(const CString& sLine, const CNick& Nick) { in PutLog()
439 void CLogMod::OnQuit(const CNick& Nick, const CString& sMessage, in OnQuit()
460 void CLogMod::OnJoin(const CNick& Nick, CChan& Channel) { in OnJoin()
468 void CLogMod::OnPart(const CNick& Nick, CChan& Channel, in OnPart()
484 CModule::EModRet CLogMod::OnTopic(CNick& Nick, CChan& Channel, in OnTopic()
501 CModule::EModRet CLogMod::OnPrivNotice(CNick& Nick, CString& sMessage) { in OnPrivNotice()
506 CModule::EModRet CLogMod::OnChanNotice(CNick& Nick, CChan& Channel, in OnChanNotice()
522 CModule::EModRet CLogMod::OnPrivAction(CNick& Nick, CString& sMessage) { in OnPrivAction()
527 CModule::EModRet CLogMod::OnChanAction(CNick& Nick, CChan& Channel, in OnChanAction()
543 CModule::EModRet CLogMod::OnPrivMsg(CNick& Nick, CString& sMessage) { in OnPrivMsg()
[all …]
H A Dwatch.cpp55 CNick Nick; in CWatchEntry() local
73 bool IsMatch(const CNick& Nick, const CString& sText, in IsMatch()
257 void OnQuit(const CNick& Nick, const CString& sMessage, in OnQuit()
267 void OnJoin(const CNick& Nick, CChan& Channel) override { in OnJoin()
273 void OnPart(const CNick& Nick, CChan& Channel, in OnPart()
287 EModRet OnCTCPReply(CNick& Nick, CString& sMessage) override { in OnCTCPReply()
293 EModRet OnPrivCTCP(CNick& Nick, CString& sMessage) override { in OnPrivCTCP()
299 EModRet OnChanCTCP(CNick& Nick, CChan& Channel, in OnChanCTCP()
314 EModRet OnChanNotice(CNick& Nick, CChan& Channel, in OnChanNotice()
322 EModRet OnPrivMsg(CNick& Nick, CString& sMessage) override { in OnPrivMsg()
[all …]
H A Dcrypt.cpp251 EModRet OnPrivMsg(CNick& Nick, CString& sMessage) override { in OnPrivMsg()
256 EModRet OnPrivNotice(CNick& Nick, CString& sMessage) override { in OnPrivNotice()
310 EModRet OnPrivAction(CNick& Nick, CString& sMessage) override { in OnPrivAction()
315 EModRet OnChanMsg(CNick& Nick, CChan& Channel, CString& sMessage) override { in OnChanMsg()
320 EModRet OnChanNotice(CNick& Nick, CChan& Channel, in OnChanNotice()
326 EModRet OnChanAction(CNick& Nick, CChan& Channel, in OnChanAction()
332 EModRet OnTopic(CNick& Nick, CChan& Channel, CString& sMessage) override { in OnTopic()
344 CNick* Nick = pChan->FindNick(Message.GetParam(0)); in OnNumericMessage() local
375 void FilterIncoming(const CString& sTarget, CNick& Nick, in FilterIncoming()
H A Dflooddetach.cpp155 EModRet OnChanMsg(CNick& Nick, CChan& Channel, CString& sMessage) override { in OnChanMsg()
161 EModRet OnChanCTCP(CNick& Nick, CChan& Channel, in OnChanCTCP()
167 EModRet OnChanNotice(CNick& Nick, CChan& Channel, in OnChanNotice()
173 EModRet OnTopic(CNick& Nick, CChan& Channel, CString& sTopic) override { in OnTopic()
178 void OnNick(const CNick& Nick, const CString& sNewNick, in OnNick()
H A Dbuffextras.cpp62 const CNick& Nick = Message.GetNick(); in OnQuitMessage() local
71 const CNick& Nick = Message.GetNick(); in OnJoinMessage() local
78 const CNick& Nick = Message.GetNick(); in OnPartMessage() local
97 const CNick& Nick = Message.GetNick(); in OnTopicMessage() local
H A Dctcpflood.cpp62 EModRet Message(const CNick& Nick, const CString& sMessage) { in Message()
85 EModRet OnPrivCTCP(CNick& Nick, CString& sMessage) override { in OnPrivCTCP()
89 EModRet OnChanCTCP(CNick& Nick, CChan& Channel, in OnChanCTCP()
H A Dnickserv.cpp103 void HandleMessage(CNick& Nick, const CString& sMessage) { in HandleMessage()
131 EModRet OnPrivMsg(CNick& Nick, CString& sMessage) override { in OnPrivMsg()
136 EModRet OnPrivNotice(CNick& Nick, CString& sMessage) override { in OnPrivNotice()
H A Dchansaver.cpp67 void OnJoin(const CNick& Nick, CChan& Channel) override { in OnJoin()
74 void OnPart(const CNick& Nick, CChan& Channel, in OnPart()
H A Dautoop.cpp202 void OnJoin(const CNick& Nick, CChan& Channel) override { in OnJoin()
209 void OnQuit(const CNick& Nick, const CString& sMessage, in OnQuit()
229 EModRet OnPrivNotice(CNick& Nick, CString& sMessage) override { in OnPrivNotice()
245 void OnOp2(const CNick* pOpNick, const CNick& Nick, CChan& Channel, in OnOp2()
446 bool CheckAutoOp(const CNick& Nick, CChan& Channel) { in CheckAutoOp()
494 bool ChallengeRespond(const CNick& Nick, const CString& sChallenge) { in ChallengeRespond()
555 bool VerifyResponse(const CNick& Nick, const CString& sResponse) { in VerifyResponse()
616 void OpUser(const CNick& Nick, const CAutoOpUser& User) { in OpUser()
H A Dautocycle.cpp105 void OnPart(const CNick& Nick, CChan& Channel, in OnPart()
110 void OnQuit(const CNick& Nick, const CString& sMessage, in OnQuit()
115 void OnKick(const CNick& Nick, const CString& sOpNick, CChan& Channel, in OnKick()
H A Dautoattach.cpp190 void TryAttach(const CNick& Nick, CChan& Channel, CString& Message) { in TryAttach()
212 EModRet OnChanNotice(CNick& Nick, CChan& Channel, in OnChanNotice()
218 EModRet OnChanMsg(CNick& Nick, CChan& Channel, CString& sMessage) override { in OnChanMsg()
223 EModRet OnChanAction(CNick& Nick, CChan& Channel, in OnChanAction()
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/golangci/go-misc/weechat/
H A Dtypes.go16 type Nick struct { struct
17 Group byte "group"
18 Visible byte "visible"
19 Name string "name"
20 Prefix string "prefix"
22 Buffer uintptr "ptr:buffer"
23 Self uintptr "ptr:nicklist_item"
26 func (n Nick) String() string {
/dports/irc/znc/znc-1.8.2/test/
H A DModulesTest.cpp78 EModRet OnCTCPReply(CNick& Nick, CString& sMessage) override { in OnCTCPReply()
83 EModRet OnPrivCTCP(CNick& Nick, CString& sMessage) override { in OnPrivCTCP()
88 EModRet OnChanCTCP(CNick& Nick, CChan& Channel, in OnChanCTCP()
94 EModRet OnPrivAction(CNick& Nick, CString& sMessage) override { in OnPrivAction()
99 EModRet OnChanAction(CNick& Nick, CChan& Channel, in OnChanAction()
105 EModRet OnPrivMsg(CNick& Nick, CString& sMessage) override { in OnPrivMsg()
110 EModRet OnChanMsg(CNick& Nick, CChan& Channel, CString& sMessage) override { in OnChanMsg()
115 EModRet OnPrivNotice(CNick& Nick, CString& sMessage) override { in OnPrivNotice()
120 EModRet OnChanNotice(CNick& Nick, CChan& Channel, in OnChanNotice()
126 EModRet OnTopic(CNick& Nick, CChan& Channel, CString& sTopic) override { in OnTopic()
/dports/irc/znc/znc-1.8.2/src/
H A DModules.cpp696 void CModule::OnQuit(const CNick& Nick, const CString& sMessage, in OnQuit()
715 void CModule::OnJoin(const CNick& Nick, CChan& Channel) {} in OnJoin()
719 void CModule::OnPart(const CNick& Nick, CChan& Channel, in OnPart()
970 CModule::EModRet CModule::OnTopic(CNick& Nick, CChan& Channel, in OnTopic()
1345 bool CModules::OnJoin(const CNick& Nick, CChan& Channel) { in OnJoin()
1353 bool CModules::OnPart(const CNick& Nick, CChan& Channel, in OnPart()
1398 bool CModules::OnCTCPReply(CNick& Nick, CString& sMessage) { in OnCTCPReply()
1404 bool CModules::OnPrivCTCP(CNick& Nick, CString& sMessage) { in OnPrivCTCP()
1416 bool CModules::OnPrivAction(CNick& Nick, CString& sMessage) { in OnPrivAction()
1428 bool CModules::OnPrivMsg(CNick& Nick, CString& sMessage) { in OnPrivMsg()
[all …]
H A DIRCSock.cpp271 static void FixupChanNick(CNick& Nick, CChan* pChan) { in FixupChanNick()
307 const CNick& Nick = Message.GetNick(); in OnActionMessage() local
442 const CNick& Nick = Message.GetNick(); in OnCTCPMessage() local
502 const CNick& Nick = Message.GetNick(); in OnJoinMessage() local
556 const CNick& Nick = Message.GetNick(); in OnModeMessage() local
594 const CNick& Nick = Message.GetNick(); in OnNickMessage() local
995 const CNick& Nick = Message.GetNick(); in OnPartMessage() local
1034 const CNick& Nick = Message.GetNick(); in OnQuitMessage() local
1074 const CNick& Nick = Message.GetNick(); in OnTextMessage() local
1109 const CNick& Nick = Message.GetNick(); in OnTopicMessage() local
/dports/irc/inspircd/inspircd-3.11.0/src/coremods/
H A Dcore_whowas.cpp69 struct Nick : public insp::intrusive_list_node<Nick> struct
72 typedef std::deque<Entry*> List;
75 List entries;
78 const time_t addtime;
81 const std::string nick;
403 WhoWas::Nick::Nick(const std::string& nickname) in Nick() function in WhoWas::Nick
/dports/irc/znc/znc-1.8.2/modules/modpython/
H A Dznc.py303 def OnQuit(self, Nick, sMessage, vChans): argument
306 def OnNick(self, Nick, sNewNick, vChans): argument
315 def OnJoin(self, Nick, Channel): argument
321 def OnInvite(self, Nick, sChan): argument
375 def OnCTCPReply(self, Nick, sMessage): argument
378 def OnPrivCTCP(self, Nick, sMessage): argument
384 def OnPrivAction(self, Nick, sMessage): argument
390 def OnPrivMsg(self, Nick, sMessage): argument
393 def OnChanMsg(self, Nick, Channel, sMessage): argument
396 def OnPrivNotice(self, Nick, sMessage): argument
[all …]
/dports/irc/darkbot/darkbot-6f6_r6/dat/
H A Drandom.ini5 /* Nick = ^ key
/dports/www/beehive/beehive-0.4.0/vendor/github.com/CleverbotIO/go-cleverbot.io/
H A Dsession.go7 Nick string `json:"nick"` member
/dports/irc/ergo/ergo-2.8.0/vendor/github.com/ergochat/irc-go/ircutils/
H A Duserhost.go10 Nick string member

12345678