|
@@ -444,11 +444,11 @@ def main
|
|
|
elsif cmd == "WHO"
|
|
|
|
|
|
put_log "SYS Asking who's here."
|
|
|
- send_cmd("WHO", "is here?")
|
|
|
+ send_cmd(cmd, "is here?")
|
|
|
|
|
|
elsif cmd == "PART"
|
|
|
put_log "SYS Goodbye '#{$user}'."
|
|
|
- send_cmd("PART", "The party was fun.")
|
|
|
+ send_cmd(cmd, "The party was fun.")
|
|
|
|
|
|
else
|
|
|
# universal sender for other allowed commands.
|