From 59442823550c7519d295526bad6c4f1e07b6ea7f Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 5 Sep 2003 10:56:30 +0000 Subject: [PATCH] Added more example. --- plugins/FunCommands.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plugins/FunCommands.py b/plugins/FunCommands.py index b42429356..68e8528c1 100644 --- a/plugins/FunCommands.py +++ b/plugins/FunCommands.py @@ -153,6 +153,12 @@ example = utils.wrapLines(""" 204.152.189.116 @zen jemfinch: Beautiful is better than ugly. + @dict socket + jemfinch: foldoc, wn, and web1913 responded, 1 shown: wn: socket n 1: a bony hollow into which a structure fits 2: receptacle where something (a pipe or probe or end of a bone) is inserted 3: a receptacle into which an electric device can be inserted + @dict foldoc socket + jemfinch: Chopped: foldoc: socket The {Berkeley Unix} mechansim for creating a virtual connection between processes. Sockets interface {Unix}'s {standard I/O} with its {network} communication facilities. They can be of two types, stream (bi-directional) or {datagram} (fixed length destination-addressed messages). The socket library function socket() creates a communications end-point or socket and ret + @whois ohio-state.edu + jemfinch: ohio-state.edu is active; registered 18-aug-1987, updated 19-aug-2003, expires 18-aug-2004. """) class FunCommands(callbacks.Privmsg):