Home
last modified time | relevance | path

Searched defs:NickInfo (Results 1 – 9 of 9) sorted by relevance

/dports/irc/dxirc/dxirc-1.40.0/qt/
H A Ddefs.h68 struct NickInfo { struct
69 QString nick;
70 QString user;
71 QString real;
72 QString host;
73 bool away;
/dports/www/beehive/beehive-0.4.0/vendor/github.com/fluffle/goirc/state/
H A Dmock_tracker.go71 func (_m *MockTracker) NickInfo(nick string, ident string, host string, name string) *Nick { func
77 func (_mr *_MockTrackerRecorder) NickInfo(arg0, arg1, arg2, arg3 interface{}) *gomock.Call { func
H A Dtracker.go16 NickInfo(nick, ident, host, name string) *Nick methodSpec
167 func (st *stateTracker) NickInfo(n, ident, host, name string) *Nick { func
/dports/irc/komanda-cli/komanda-cli-b5ba03b/vendor/github.com/fluffle/goirc/goirc-1.0.1/state/
H A Dmock_tracker.go71 func (_m *MockTracker) NickInfo(nick string, ident string, host string, name string) *Nick { func
77 func (_mr *_MockTrackerRecorder) NickInfo(arg0, arg1, arg2, arg3 interface{}) *gomock.Call { func
H A Dtracker.go16 NickInfo(nick, ident, host, name string) *Nick methodSpec
167 func (st *stateTracker) NickInfo(n, ident, host, name string) *Nick { func
/dports/irc/komanda-cli/komanda-cli-b5ba03b/vendor/github.com/fluffle/goirc/state/
H A Dmock_tracker.go71 func (_m *MockTracker) NickInfo(nick string, ident string, host string, name string) *Nick { func
77 func (_mr *_MockTrackerRecorder) NickInfo(arg0, arg1, arg2, arg3 interface{}) *gomock.Call { func
H A Dtracker.go16 NickInfo(nick, ident, host, name string) *Nick methodSpec
167 func (st *stateTracker) NickInfo(n, ident, host, name string) *Nick { func
/dports/irc/konversation/konversation-21.12.3/src/irc/
H A Dnickinfo.cpp18 NickInfo::NickInfo(const QString& nick, Server* server): QSharedData() in NickInfo() function in NickInfo
/dports/irc/dxirc/dxirc-1.40.0/fox/
H A Ddefs.h362 struct NickInfo { struct
363 FXString nick;
364 FXString user;
365 FXString real;
366 FXString host;
367 FXbool away;