Home
last modified time | relevance | path

Searched defs:IrcContext (Results 1 – 2 of 2) sorted by relevance

/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/
H A Dircthread.cpp71 struct IrcContext { struct
72IrcContext(IrcThread &t) : ircThread(t), session(NULL), serverPort(0), useIPv6(false), renameTries… in IrcContext() function
90 IrcContext *context = static_cast<IrcContext *>(irc_get_ctx(session)); in irc_auto_rename_nick() argument
/dports/irc/weechat-otr/weechat-otr-1.9.2/
H A Dweechat_otr.py597 class IrcContext(potr.context.Context): class