The SWORD Project  1.9.0.svnversion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
biblebot-diatheke-books.tcl File Reference

Go to the source code of this file.

Functions

 printBibles nick
 
 printComms nick
 
 printDicts nick
 
 setver_KJV nick uhost hand channel arg
 
 setver_sKJV nick uhost hand channel arg
 

Function Documentation

printBibles   nick  

Definition at line 33 of file biblebot-diatheke-books.tcl.

33 
34 proc printBibles {nick} {
35  putserv "NOTICE $nick :Bibles (1):"
36  putserv "NOTICE $nick :King James Version (1769) with Strongs Numbers and Morphology (!KJV)"
37 }
printComms   nick  

Definition at line 38 of file biblebot-diatheke-books.tcl.

38 
39 proc printComms {nick} {
40 }
printDicts   nick  

Definition at line 41 of file biblebot-diatheke-books.tcl.

41 
42 proc printDicts {nick} {
43 }
setver_KJV   nick uhost hand channel arg  

Definition at line 19 of file biblebot-diatheke-books.tcl.

19 
20 proc setver_KJV {nick uhost hand channel arg} {
21  global botnick chan bibver
22  set bibver KJV
23  pub_lookup $nick $uhost $hand $channel $arg
24 }
setver_sKJV   nick uhost hand channel arg  

Definition at line 27 of file biblebot-diatheke-books.tcl.

27 
28 proc setver_sKJV {nick uhost hand channel arg} {
29  global botnick chan bibver
30  set bibver KJV
31  pub_lookups $nick $uhost $hand $channel $arg
32 }