~aleteoryx/tclircc

4d8454b6dbe8da7c3b2a18d93acc443b49e3b076 — Aleteoryx a month ago eb2f815
irc::src typo fix
1 files changed, 3 insertions(+), 1 deletions(-)

M irc.tcl
M irc.tcl => irc.tcl +3 -1
@@ 414,6 414,7 @@ namespace eval ::irc {
  }


  # documented
  proc ::irc::src {subcommand args} {
    switch -- $subcommand {
      parse {


@@ 437,7 438,7 @@ namespace eval ::irc {
          return server
        } else { return -code error "argument is not a src" }
      }
      servername {
      server {
        if {[llength $args] != 1} { return -code error "wrong # args: should be \"irc::src server servername\"" }
        lassign $args servername
        if ![irc::is src::servername $servername] { return -code error "argument is not a servername" }


@@ 469,6 470,7 @@ namespace eval ::irc {
    }
  }

  # documented
  proc ::irc::tags {subcommand args} {
    switch -- $subcommand {
      exists {