9front - general discussion about 9front
 help / color / mirror / Atom feed
* Patch: ircrc - show current channel
@ 2020-04-10  9:15 stevie
  2020-04-11 11:52 ` [9front] " Ethan Gardener
  0 siblings, 1 reply; 2+ messages in thread
From: stevie @ 2020-04-10  9:15 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 153 bytes --]

Hello,

added a command to ircrc to echo the current channel you're messaging to. Very useful if you don't use winwatch.
See the diff I appended.

stevie

[-- Attachment #2: ircrc.diff --]
[-- Type: text/plain, Size: 268 bytes --]

--- /rc/bin/ircrc	Sun Dec 22 12:06:04 2019
+++ /usr/stevie/ircrc.new	Fri Apr 10 11:02:59 2020
@@ -93,6 +93,8 @@
 				msg = (PART $cmd(1) : `{mshift $cmd})
 		case /q
 			msg =  `{mshift $cmd}
+		case /s
+			echo $target
 		case /t
 			target = `{mshift $cmd}
 			title

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9front] Patch: ircrc - show current channel
  2020-04-10  9:15 Patch: ircrc - show current channel stevie
@ 2020-04-11 11:52 ` Ethan Gardener
  0 siblings, 0 replies; 2+ messages in thread
From: Ethan Gardener @ 2020-04-11 11:52 UTC (permalink / raw)
  To: 9front

On Fri, Apr 10, 2020, at 10:15 AM, stevie@kamalatta.ddnss.de wrote:
> Hello,
> 
> added a command to ircrc to echo the current channel you're messaging 
> to. Very useful if you don't use winwatch.
> See the diff I appended.

thanks, added it to my personal copy.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-11 11:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-10  9:15 Patch: ircrc - show current channel stevie
2020-04-11 11:52 ` [9front] " Ethan Gardener

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).