have for the current session.
06Jul01=======================================================================
1. fix talk and routing problems to mycall
+2. add unset/privilege command to relinquish any sysop privileges you might
+have for the current session.
05Jul01=======================================================================
1. disconnect channels whose route node has disappeared
29Jun01=======================================================================
--- /dev/null
+#
+# unset any privileges that the user might have for THIS SESSION only
+#
+# Copyright (c) 2001 Dirk Koopman G1TLH
+#
+# $Id$
+#
+my ($self, $line) = @_;
+$self->priv(0);
+return (1, $self->msg('done'));
+