Last indexation completed on 2024-03-24 17:35:49 UTC

This directory contains various example files for external scripting. Note that you must have the Scripting plugin loaded if you want to use this feature.
List of files in this directories:
kmuddyvars.h - C/C++ routines for accessing KMuddy's variables kmuddy-usock-client.pl - Perl routines for accessing KMuddy's variables kmuddy.rb - Ruby routines for accessing KMuddy's variables


SEE ALSO: README

  Name Size Date (UTC) Last indexed Description
  Name Size Date (UTC) Last indexed Description
folder Parent directory - 2024-02-11 01:31:30

KMuddy - a MUD client by KDE
1. Introduction
KMuddy if a MUD client by the KDE community. It includes many features useful for MUD players - aliases, triggers, scripting support, timers, macro keys and more. It also supports MCCP (MUD compression protocol) and MSP (MUD Sound Protocol) protocols.


SEE ALSO: README

file CMakeLists.txt 440 bytes 2024-02-11 01:31:30 -  
file eventserver.rb 300 bytes 2024-02-11 01:31:30 2024-03-24 15:44:05  
file kmuddy-usock-client.pl 3568 bytes 2024-02-11 01:31:30 2024-03-24 15:44:05  
file kmuddy-usock-test.pl 456 bytes 2024-02-11 01:31:30 2024-03-24 15:44:05  
file kmuddy.py 9641 bytes 2024-02-11 01:31:30 2024-03-24 15:44:05  
file kmuddy.rb 1545 bytes 2024-02-11 01:31:30 2024-03-24 15:44:05  
file kmuddytest.rb 1126 bytes 2024-02-11 01:31:30 2024-03-24 15:44:05  
file kmuddyvars.h 13338 bytes 2024-02-11 01:31:30 2024-03-24 15:44:05

KMuddy scripting - variable support #include this file in a C/C++ script, if you want to use variables in that script.

file locktest.c 195 bytes 2024-02-11 01:31:30 2024-03-24 15:44:05

include "kmuddyvars.h" int main(void) { initVariableSocket(); setVariable("test", "this value set by LOCKTEST!"); lockVariable("test"); sleep(1000); closeVariableSocket(); return 0; }

file pre.c 828 bytes 2024-02-11 01:31:30 2024-03-24 15:44:05  
file README 1030 bytes 2024-02-11 01:31:30 -  
file README.python 1017 bytes 2024-02-11 01:31:30 2024-03-24 15:44:05  
file sample_script.py 1895 bytes 2024-02-11 01:31:30 2024-03-24 15:44:05  
file stdin-notify.pl 2607 bytes 2024-02-11 01:31:30 2024-03-24 15:44:05  
file testserver.cpp 784 bytes 2024-02-11 01:31:30 2024-03-24 15:44:05

include <iostream> using namespace std;

file tmpserver.pl 1603 bytes 2024-02-11 01:31:30 2024-03-24 15:44:05  
file variablesock.rb 4408 bytes 2024-02-11 01:31:30 2024-03-24 15:44:05  
file vartest.c 1444 bytes 2024-02-11 01:31:30 2024-03-24 15:44:05