lice (1:4.2.5i-1) ircrc.example

Summary

 ircrc.example |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

    
download this patch

Patch contents

--- lice-4.2.5i.orig/ircrc.example
+++ lice-4.2.5i/ircrc.example
@@ -0,0 +1,33 @@
+# ---------------------------------------------------------------------------
+# Filename    : ircrc.example
+# Author      : SrfRoG (srfrog@mistik.net)
+# Description :
+#  This is an example file for loading LiCe, you can edit it and use it
+#  for your own. Just remember to place it in your HOME directory with its
+#  correct name: .ircrc  - If you dont know how to rename files,
+#  type the following at you Unix prompt:
+#         $ mv ircrc.example .ircrc
+# ---------------------------------------------------------------------------
+
+^set novice off
+
+# User-Defined SET's. These SETs are left aside for you to customize.
+# Remove the leading '#' to uncomment the SET you enable/modify, if not
+# just leave it.
+
+# SUPPRESS_SERVER_MOTD - Suppress the display of the screen-lagful Message-Of-
+# The-Day that shows up when you connect to a server.
+# change it to "OFF" if you dont want to see the MOTD.
+set suppress_server_motd on
+
+# REALNAME - The text that apprears in your WHOIS info display.
+# change it to whatever you want your WHOIS info to say.
+set realname http://www.mistik.net
+
+# USER_INFORMATION - text shown when someone does CTCP USERINFO request to you.
+set user_information LiCe: Obtain your copy at http://www.mistik.net/lice
+
+# Any other extra irc aliases/commands/sets/binds should be placed here.
+load lice.irc
+
+# cag/99