OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:squit
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
irclib.py
797
def
squit
(self, server, comment=""):
member in class:ServerConnection
798
"""Send an
SQUIT
command."""
799
self.send_raw("
SQUIT
%s%s" % (server, comment and (" :" + comment)))
[
all
...]
Completed in 67 milliseconds