2004-05-09 Michael Poole <mdpoole@troilus.org>
[ircu2.10.12-pk.git] / doc / example.conf
index 8212254a0afcdf51a5e1f996ff6b554b8075e3aa..904fd0e23fa9f282bf10dabc93a0b672eaa00bd4 100644 (file)
@@ -664,6 +664,22 @@ Port {
  port = 7000;
 };
 
+# This is a server-implemented alias to send a message to a service.
+# The string after Pseudo is the command name; the name entry inside
+# is the service name, used for error messages.  More than one nick
+# entry can be provided; the last one listed has highest priority.
+Pseudo "CHANSERV" {
+ name = "X";
+ nick = "X@channels.undernet.org";
+};
+
+# You can also prepend text before the user's message.
+Pseudo "LOGIN" {
+ name = "X";
+ prepend = "LOGIN ";
+ nick = "X@channels.undernet.org";
+};
+
 # [features]
 # IRC servers have a large number of options and features.  Most of these
 # are set at compile time through the use of #define's--see "make config"