From 8d4fe58ee09b7f5d00ee0c1a6e122a1bcff7ca4e Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Sat, 8 Jan 2011 20:00:20 +0000 Subject: moved docs/ to https://github.com/shabble/irssi-docs --- docs/General/Internals.pod | 48 ---------------------------------------------- 1 file changed, 48 deletions(-) delete mode 100644 docs/General/Internals.pod (limited to 'docs/General/Internals.pod') diff --git a/docs/General/Internals.pod b/docs/General/Internals.pod deleted file mode 100644 index c364dd5..0000000 --- a/docs/General/Internals.pod +++ /dev/null @@ -1,48 +0,0 @@ -__END__ - -=head1 Random Notes on Irssi Internals. - - -=head2 Display Output - -Irssi has to deal with a whole bunch of things between a script print() and actually -putting it on the screen. - -Some of these things are: - -=over 4 - -=item Message Levels - -=item Abstract Replacements - -=item Theme formats - -=item Module (C) formats - -=back - -==head3 Message Levels - -Message levels are defined in F and some -support functions in F - -We have: - -=over 4 - -=item C - -Special cases: C both return MSGLEVEL_ALL, and C returns 0. -The remainder are looked up in a big static string array by name to -find the appropriate numeric level. Partial matches are permitted as -long as they are unambigious. - - -=item C - -=item C - -=item C - - -- cgit v1.2.3